Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing encrypted password between systems - ideas?
Message
De
30/05/2018 12:47:35
 
 
À
30/05/2018 10:52:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012 R2
Network:
Windows Server 2012 R2
Database:
Visual FoxPro
Application:
Desktop
Virtual environment:
VMWare
Divers
Thread ID:
01660458
Message ID:
01660462
Vues:
84
Hi Albert, passing an encrypted password is as secure as passing the password itself, since
nothing prevents a hacker to use the encrypted password to gain access to your server.

You better implement some type of digest authentication, this way you don't store nor
send passwords, but hashed strings wich change on every request.

( but you don't specify if you can change both server and client code. )
@nfoxdev
github.com/nfoxdev
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform