GithubHelp home page GithubHelp logo

aescrypt's Introduction

AESCrypt

AESCrypt implementation of Microsoft Cryptography API, encrypt/decrypt with AES-256 from a passphrase.

Example use.

PS C:\Users\Fantastic\source\repos\AESCrypt\x64\Release> .\AESCrypt.exe .\secret.txt howami encrypt
Performing operation: Encrypting file
Performing operation: Deriving key from password
Derived key:
eb 4a 5c d0 b7 3d bf b8 5e 8c 59 b6 92 b4 5b c2
c4 fd f2 41 92 32 6d 8c da 37 d7 02 e0 b3 01 c6
Performing operation: Generating random bytes
Random bytes generated:
17 32 b9 8a 6f 3e 83 bb ae f1 60 b4 1b 0b 93 3c
Encryption successful.
PS C:\Users\Fantastic\source\repos\AESCrypt\x64\Release> .\AESCrypt.exe .\secret.txt.enc howami decrypt
Performing operation: Decrypting file
IV:
17 32 b9 8a 6f 3e 83 bb ae f1 60 b4 1b 0b 93 3c
Performing operation: Deriving key from password
Derived key:
eb 4a 5c d0 b7 3d bf b8 5e 8c 59 b6 92 b4 5b c2
c4 fd f2 41 92 32 6d 8c da 37 d7 02 e0 b3 01 c6
Decryption successful.

PS C:\Users\Fantastic\source\repos\AESCrypt\x64\Release> type .\secret.txt.enc
2¹Šo>ƒ»®ñ`´

<¸ÓmHðç©Ù?xt¢;
PS C:\Users\Fantastic\source\repos\AESCrypt\x64\Release> type .\secret.txt.enc.dec
1234

License

These files are available under a Attribution-NonCommercial-NoDerivatives 4.0 International license.

aescrypt's People

Contributors

hackerhouse-opensource avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.