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

Does this work for binary files also? #4

Closed martinweihrauch closed 5 years ago

martinweihrauch commented 5 years ago

Hi! Thanks for all your efforts! Can you also add support for just regular binary files? I. e. encrypt/decrypt files instead of strings? Thx

mervick commented 5 years ago

Is there problem for you to read file, encrypt and write to another file? It couple lines of code in any language. If this is really problem for you, I can write code here, just tell me which languages you are using?