- 0
C# AES can't find what I'm looking for
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
- 8 replies
- 0 views
-
- 20 replies
- 0 views
-
Proton launches Microsoft Office competitor bundle, with a focus on privacy
By Usama Jawad96,
- proton
- proton workspace
- (and 7 more)
- 9 replies
- 0 views
-
Windows Kerberos hardening may cause authentication issues for some PCs next month
By Usama Jawad96,
- 2 replies
- 0 views
-
Microsoft reminds customers that they have complete control over their data
By Usama Jawad96,
- microsoft
- microsoft 365
- (and 9 more)
- 12 replies
- 0 views
-
Question
sathenzar
Well I've been searching for hours and I can't believe I can't find or get an example working to do what I want. What I want to do is simple. I want to have an AES key and iv randomly generated (not from a password), then take a byte array and encrypt it. You'd think that'd be simple. If I want to encrypt via rsa I simply import my public key and pass the values. When using AES you can generate a key and an IV. Why is there not a simple Encrypt or decrypt function that passes those values? Please help ><.
So for example: byte[] encryptedArray = AesEncrypt(byte[] plainByteArray, byte[] key, byte[] iv); Can't seem to find anything to do with with AesCryptoServiceProvider or RijndaelManaged classes :(
Link to comment
https://www.neowin.net/forum/topic/1153722-c-aes-cant-find-what-im-looking-for/Share on other sites
1 answer to this question
Recommended Posts