|
Subject:
|
Where and how to store encrypted passwords
|
|
Posted By:
|
usprasad_m
|
Post Date:
|
12/15/2006 6:01:56 AM
|
Hi all,
I am doing a project which will encrypt and decrypt passwords.. I am encypting and decrypting passwords using the CryptEncrypt and CryptDecrypt function defined in Wincrypt.h file.. This works well.. But the problem is I need to store both encrypted username and passwords in a file (multiple username and passwords)how i can do this? and also how can i retrieve it later? Please help me.. Also i need to store the encryption key also.. This i ve done with CryptExportKey (need a strong secure method)..
|
|