I need to store the passwords of X.509 certificates in a database. But there's a problem: I can't hash the passwords, so I need to store them in encrypted form.
How can I do this without explicit encryption and decryption?
Also, is it possible to store a SecureString
with ADO.NET?