Click here to Skip to main content
15,867,778 members
Home / Discussions / Android
   

Android

 
Questione-commerce application and php server Pin
AndroidVH18-May-18 18:14
AndroidVH18-May-18 18:14 
AnswerRe: e-commerce application and php server Pin
Richard MacCutchan18-May-18 21:00
mveRichard MacCutchan18-May-18 21:00 
GeneralRe: e-commerce application and php server Pin
AndroidVH18-May-18 22:43
AndroidVH18-May-18 22:43 
GeneralRe: e-commerce application and php server Pin
Richard MacCutchan18-May-18 22:48
mveRichard MacCutchan18-May-18 22:48 
GeneralRe: e-commerce application and php server Pin
AndroidVH18-May-18 23:32
AndroidVH18-May-18 23:32 
GeneralRe: e-commerce application and php server Pin
Richard MacCutchan18-May-18 23:37
mveRichard MacCutchan18-May-18 23:37 
GeneralRe: e-commerce application and php server Pin
AndroidVH19-May-18 2:30
AndroidVH19-May-18 2:30 
QuestionWhat are the vulnerabilities of utilizing file systems instead of SQLite? Pin
AndroidVH15-May-18 20:05
AndroidVH15-May-18 20:05 
I have a domain address and host
I don't want to have a site and I just want to have a server to put some data there

There are
1 - public-html folder where the index of a site could be placed in
2 - non public-html folder where the important files from security point of view are placed in

I put the data in non public-html
In public-html, I just put a php file called file1 which includes another php file called file2 which is placed in non public-html
file2 is responsible for uploads of the data to the non public-html and also some images and json files in public-html folder
But I don't want to have any index file that a site needs

Regarding security issues on server, what are the vulnerabilities of utilizing this type of file system instead of SQLite?
Do I use SQLite or I use encrypted json files in non public-html place of the server?
In other words, can I forget SQlite and use this type of file system management or it is dangerous or unsafe compared to SQLite for any reason ?

Example:
Imagine I want to register username and passwords of some users
User name is phone number of the user
I can create the following folders to register or retrieve the username and password of the users quickly:
1 - folder of international code
2 - folder of the first 3 digit
3 - folder of the next 2 digit
4 - the json file which the phone number is registered there

for example if the phone number is +518203040, we have the following folders:
1 - 51
2 - 820
3 - 30
4 - file1.json which the phone number is registered in

for encryption I totally make a different and vague json file which is not readable except that you have the key for decryption

Thanks in advance
SuggestionRe: What are the vulnerabilities of utilizing file systems instead of SQLite? Pin
Richard MacCutchan15-May-18 21:37
mveRichard MacCutchan15-May-18 21:37 
GeneralRe: What are the vulnerabilities of utilizing file systems instead of SQLite? Pin
AndroidVH15-May-18 23:39
AndroidVH15-May-18 23:39 
GeneralRe: What are the vulnerabilities of utilizing file systems instead of SQLite? Pin
Richard MacCutchan16-May-18 2:58
mveRichard MacCutchan16-May-18 2:58 
GeneralRe: What are the vulnerabilities of utilizing file systems instead of SQLite? Pin
AndroidVH16-May-18 19:40
AndroidVH16-May-18 19:40 
GeneralRe: What are the vulnerabilities of utilizing file systems instead of SQLite? Pin
Richard MacCutchan16-May-18 20:33
mveRichard MacCutchan16-May-18 20:33 
GeneralRe: What are the vulnerabilities of utilizing file systems instead of SQLite? Pin
AndroidVH16-May-18 22:51
AndroidVH16-May-18 22:51 
QuestionMobile development Pin
Bivhab Sarker7-May-18 4:22
Bivhab Sarker7-May-18 4:22 
AnswerRe: Mobile development Pin
Member 138164587-May-18 20:16
Member 138164587-May-18 20:16 
AnswerRe: Mobile development Pin
David Crow8-May-18 2:34
David Crow8-May-18 2:34 
QuestionWho updates the view in mvp and mvvm in android Pin
Member 138137095-May-18 23:05
Member 138137095-May-18 23:05 
QuestionHow can i send a hyperlink in my sms code? Pin
AlexanderBlade1-May-18 8:31
AlexanderBlade1-May-18 8:31 
QuestionRe: How can i send a hyperlink in my sms code? Pin
David Crow1-May-18 16:38
David Crow1-May-18 16:38 
AnswerRe: How can i send a hyperlink in my sms code? Pin
AlexanderBlade2-May-18 5:31
AlexanderBlade2-May-18 5:31 
QuestionRe: How can i send a hyperlink in my sms code? Pin
David Crow2-May-18 5:33
David Crow2-May-18 5:33 
Questionlistening to android key board events Pin
Member 1360034126-Apr-18 3:03
professionalMember 1360034126-Apr-18 3:03 
QuestionRe: listening to android key board events Pin
Jochen Arndt26-Apr-18 3:26
professionalJochen Arndt26-Apr-18 3:26 
QuestionHow to get the coordinates(X,Y) in correlation to root view Pin
Member 1377943514-Apr-18 4:23
Member 1377943514-Apr-18 4:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.