Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing encrypted password between systems - ideas?
Message
From
30/05/2018 12:47:35
 
 
To
30/05/2018 10:52:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012 R2
Network:
Windows Server 2012 R2
Database:
Visual FoxPro
Application:
Desktop
Virtual environment:
VMWare
Miscellaneous
Thread ID:
01660458
Message ID:
01660462
Views:
83
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform