mervick / aes-everywhere

Aes Everywhere - Cross Language AES 256 Encryption Library (Bash, Powershell, C#, Dart, GoLang, Java, JavaScript, Lua, PHP, Python, Ruby, Swift)
Other
474 stars 169 forks source link

Support binary data encryption in C# #29

Closed barbolo closed 3 years ago

barbolo commented 3 years ago

You cannot encrypt binary data in C# with the current implementation. Some bytes in the binary file are not converted correctly to Strings in C#, so we should encrypt the raw bytes.

mervick commented 3 years ago

Thank you!