Click here to Skip to main content
15,868,141 members
Home / Discussions / Android
   

Android

 
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 
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 
You do not save the hash beside the password. The key to password security is that you never store passwords, either in clear text or encrypted. Both types can be hacked. You create a hash from a salt value and the password, and store the hash value in the database. When someone enters their password to login you recreate the hash from the entered password and saved salt value and compare with the stored hash. Hash values cannot (in general) be used to recreate the original data so are the most secure types for security.
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 
QuestionRe: How to get the coordinates(X,Y) in correlation to root view Pin
David Crow16-Apr-18 8:14
David Crow16-Apr-18 8:14 
AnswerRe: How to get the coordinates(X,Y) in correlation to root view Pin
Member 1377943516-Apr-18 8:19
Member 1377943516-Apr-18 8:19 
SuggestionRe: How to get the coordinates(X,Y) in correlation to root view Pin
David Crow16-Apr-18 8:21
David Crow16-Apr-18 8:21 

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.