Skip to content

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

AESCrypt

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.dec1234

License

These files are available under the 3-clause BSD license.

About

AES-256 Microsoft Cryptography API Example Use.

Resources

Stars

36 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages