Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Encrypting user name and password
Message
De
10/05/2016 06:40:30
 
 
À
10/05/2016 05:01:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01635942
Message ID:
01636090
Vues:
61
>>>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.
>>
>>A bit oversimplified ;-)
>>
>>If the checksum is not identical, pwd is proven to be incorrect. There is a minimal chance that a hash collision happens - meaning a different source will generate the same hash result resulting in allowing some incorrect pwds.But the risk of storing pwd in clear is supposed to be greater than the risk of hash collisions with good hash functions.
>
>Yeah, I know :) But didn't want to overhelm him with hash collisions because it is statistically low the case in which that can happen, and didn't add much clearance on the matter.
>
>Salt values are used to even lower more this occurrence.

Dmitry proves he is smarter than both of us by asking more questions than we combined ;-)
He teaches others to think the problem through himself before asking and to formulate the current problem succinctly, even citing steps already done where necessary/helpful.

And I would dislike for him to be grilled in a meeting because he just says what he was answered here in not enough detail.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform