AESCrypt implementation of Microsoft Cryptography API, encrypt/decrypt with AES-256 from a passphrase.
Example use.
PSC:\Users\Fantastic\source\repos\AESCrypt\x64\Release> .\AESCrypt.exe.\secret.txthowamiencryptPerformingoperation:EncryptingfilePerformingoperation:DerivingkeyfrompasswordDerivedkey:eb4a5cd0b73dbfb85e8c59b692b45bc2c4fdf24192326d8cda37d702e0b301c6Performingoperation:GeneratingrandombytesRandombytesgenerated:1732b98a6f3e83bbaef160b41b0b933cEncryptionsuccessful.PSC:\Users\Fantastic\source\repos\AESCrypt\x64\Release> .\AESCrypt.exe.\secret.txt.enchowamidecryptPerformingoperation:DecryptingfileIV:1732b98a6f3e83bbaef160b41b0b933cPerformingoperation:DerivingkeyfrompasswordDerivedkey:eb4a5cd0b73dbfb85e8c59b692b45bc2c4fdf24192326d8cda37d702e0b301c6Decryptionsuccessful.PSC:\Users\Fantastic\source\repos\AESCrypt\x64\Release> type.\secret.txt.enc2o> `<mH?xt;PS C:\Users\Fantastic\source\repos\AESCrypt\x64\Release>type.\secret.txt.enc.dec1234These files are available under the 3-clause BSD license.