I am working on a Password Management System in VB.NET
. I am using AES 256 CBC
to encrypt my data and access database file in which I am storing the data.
But I want to go little complex with it now.
I want to generate random encryption key for each records everytime user adds a new record and it will be stored in the accdb
file for decrypting the data later.
How can I do this in VB.NET
? Please help me.
Thanks in advance