Tagged Questions
0
votes
3answers
46 views
InCorrect output using Rfc2898DeriveBytes for password hashing
I am certainly sure i am doing something wrong here. Using .net implementation of the algorithm i hash the password to store in database along with the salt used to hash. On validating the same ...
0
votes
0answers
56 views
How to periodically change Symmetric Encryption Key in C# .Net
I have a Symmetric Encryption key in C# code which is used to encrypt my database password using AES Encryption. Everytime the password is needed, i decrypt using the key.
I cannot generate any ...
0
votes
3answers
750 views
SQL Symmetric Key and opening it from C#
I am trying to encrypt data in SQL Server via a Symmetric key. When a user submits data through a web form, I would like for the data to be encrypted, using my Symmetric Key that I have saved inside ...