Re: Secure password storing
From: Frank Eller [MVP] (feNOSPAM_at_frankeller.de)
Date: 06/05/04
- Next message: Frank Eller [MVP]: "Re: Text to text matching software advice"
- Previous message: Frank Eller [MVP]: "Re: listbox"
- In reply to: Gordon Knote: "Secure password storing"
- Next in thread: Gordon Knote: "Re: Secure password storing"
- Reply: Gordon Knote: "Re: Secure password storing"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 5 Jun 2004 16:47:09 +0200
Hi Gordon,
>
> In my application I need to store a password the user enters
> (unfortunately not a hash of it, but the password as a plaintext
> string).
Why not the Hash ...? That's the safest way ...
>Is there any secure way to do so (by Visual Basic .NET)?
The only way to store something securely is to encrypt it. You can never
save a password as plain text and be on the secure site. But there'S
possiblilities in .NET to encrypt and decrypt passwords (encrypt it before
it is stored, decrypt it before you check it ...). Looak at the
System.Security.Cryptography namespace.
Regards,
Frank Eller
www.frankeller.de
> Thanks
> Gordon
- Next message: Frank Eller [MVP]: "Re: Text to text matching software advice"
- Previous message: Frank Eller [MVP]: "Re: listbox"
- In reply to: Gordon Knote: "Secure password storing"
- Next in thread: Gordon Knote: "Re: Secure password storing"
- Reply: Gordon Knote: "Re: Secure password storing"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|