Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Encrypting user name and password
Message
 
 
To
09/05/2016 04:15:00
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01635942
Message ID:
01636033
Views:
79
>>Thank you for the links. Actually I already use the sweetpotatosoftware encryption in one place of my application (encrypting user license key) and it works very well.
>>
>>>Check
>>>- http://doughennig.com/papers/Pub/201103dhen.pdf
>>>- http://www.sweetpotatosoftware.com/spsblog/2009/08/09/MajorVFPEncryptionUpdate.aspx
>>>
>
>Hi Dmitry:
>
>The hashing is really simple. You can do a test of concept using your user name and applying a MD5 checksum, then you save this MD5 checksum on a variable.
>Next time you enter a user name and obtain the MD5 checksum, you compare this checksum with the saved one. If they are equal, the password (whatever it is) is correct, otherwise is not.
>
>The value you send to the server is the checksum, never the real password.
>
>That way you never store passwords, but their checksums, and you can implement it very fast.
>
>Best regards.-

Hi Fernando,

Thank you for the explanation. I do understand now how MD5 hash works.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform