EN VI
Posts (0)
Questions (2)
2024-03-11 13:30:04
Your problem is not the IV (which is the 3rd argument to your decrypt function) but -- as the error message says -- the 3rd argument to SubtleCrypto.decrypt which should be the ciphertext but is inste...
2024-03-13 20:00:06
While decrypting, what you need to do is read data from the encrypted file through CryptoStream. using (CryptoStream cryptoStream = new CryptoStream(inputFileStream,...
Tags: c# .net aes

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login