Hi, I am a beginner to ASP.Net and I task to do a project assign by my school that requires me to code a strong encryption system such as AES. However, my supervisor does not allow me to store the key and IV into the database. Is there anyway of doing such action with clear explanation other than memory stream as I may need to decrypt the ciphertext after reopening the application ?
↧