Where and how to store encrypted passwords
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)..
|