one way password encryption

From: PJones (pjones_at_hotmail.com)
Date: 10/24/04


Date: Sun, 24 Oct 2004 11:52:16 -0400

I am looking for the best way to one way encrypt a password for storage in a
database using (asp.net / vb.net)
basically I need some functions or examples that I can freely use in a
commercial project

anyone got any good functions or links I can look at ?

I was looking at MD5 hash .. the examples I saw confused me as I didn't see
a key ?
Does MD5 not used a key ?

I was also looking into SHA-1

I figure if I am going to do this I might as well make it a good as possible
within reason

any help or pointers is appretiated



Relevant Pages

  • MD5 help
    ... I have an Access table with a column for pwd's which are plain text. ... going to import this data to another database, where I want to encrypt the ... pwd to MD5 hash. ... The new database will be used in a phpbb forum. ...
    (sci.crypt)
  • Secure storage of database credentials
    ... While researching options for secure storage of database credentials, ... name, the MD5 hash of the file contents, and other basic data about ... it would use a username and password based ...
    (php.general)
  • Re: decryption of string
    ... > asymmetric ciphers require you to encrypt with the public key & decrypt ... they seem to be encrypting with the *private* ... The recipient uses the sender's public key to decrypt that and compares it ... When you use the MD5 hash, you are essentially making it a one-way ...
    (sci.crypt)
  • Re: Authentication in webapp.
    ... The actual password is not stored in the database and is ... The MD5 hash is included in java.security and the base64 encoding is ... I'm not aware of any security benefit to base64 encoding. ...
    (comp.lang.java.programmer)
  • I need to encrypt data with an RSA private key in the Crypto API
    ... I am trying to create a simplified digital signature scheme. ... I have a 128bit MD5 hash that I want to encrypt with the private key ...
    (sci.crypt)