c# how do I know if my AES Encryption is 128 or 256 based on IV Vector

后端 未结 0 1848
情话喂你
情话喂你 2021-02-04 16:24

I have the following code for AES Encryption:

 byte[] clearBytes = Encoding.Unicode.GetBytes(clearText);
            using (Aes encryptor = Aes.Create())
                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题