Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where to store passphrace
Message
De
31/07/2008 19:02:17
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
MySQL
Divers
Thread ID:
01335597
Message ID:
01335682
Vues:
16
>Hello,
>
>I am using an encryption program to encrypt passwords in the application.
>The program must know the passphrase that is used for encryption.
>My question is: how should I store the passphrase? If I store the passphrase in a class property, it can easily be found. What is a more secure way to do this?

Just don´t use an encryption method that requires a passphrase, instead, store password hashes and compare the stored hash to the hash of the entered password.

Check this class for example: http://espanol.geocities.com/jgoh_ingeniero/docs/criptopack/index.html#sha1

Carlos Alloatti
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform