In below code I am first creating asymmetric key and exporting public key to location C:\Temp. Now I am encrypt and decrypt a text `test", but during decryption I am getting below error, What is issue with code? Is this not encrypting properly? How to fix it? Please suggest System.Security.Cryptography.CryptographicException: [...] read more
The code below works fine and encrypts: hello world to: BgGUY2eR7GfumjbQr58tBQ== for a run. The next time this may be different, for example: CYIM7V/h3iXu5PYzwmQ33g== I think this is the point of this algorithm. How do I decrypt a string that was encrypted a while back? If I do: static void [...] read more
Hello I created a package in SSDT 2015 and I am trying to run it on SQL Sever 2014. I tried "save a copy of .." and got it saved on the SQL server. When I create a Job and try to execute the package I get an error: > [...] read more