Hi all, We have an ASP.NET-application in which we use Rijndael-encrypted passwords. We create the password in the ASP.NET-application and store it in a Cach�-database-global. So far, no problem.
Now we want to use this password in our older Cach�-applications, so I want to check the password in Cach�. I found a method $System.Encryption.RijndaelBase64Encode with 'text' and 'key' as arguments, but I don't get the same cipher. This seems normal as the Rijndael-encryption also needs an extra argument 'vector' to encrypt a string. But I can't find this argument in the $System.Encryption- methods. Does anybody know why the vector-argument is not in the Cach� classmethod and how this argument can be passed. Thanks in advance. Regards, Geert Cobbaut SERVICO bvba Belgium
