Giter Site home page Giter Site logo

cryptool's Introduction

CrypTool

Cryptool is a tool I wrote out of frustration. There aren't a lot of good ways to just encrypt something on the command line. I was writing down a router password in Logseq and thought to myself, "Maybe storing this in plaintext isn't the greatest idea...". After about half an hour of looking for a way to encrypt it I ended up writing my own tool.

Cryptool supports both AES-256-GCM and XChaCha-Poly1305, can encrypt files and strings, and is fully interactive. It is not meant for automation, though I certainly might add one-liner functionality if I ever end up needing it. The point of cryptool is not to be the most efficient solution, but the one with the least friction. If you want to encrypt something, cryptool will do it.

Cryptool is powered by Huh?, Log and golang.org/x/crypto. The interface is a simple and self-explanatory TUI form. The output can be either a Base64 encoded string or a very simple custom file format, depending on what you're encrypting.

Originally I was also going to implement asymmetric encryption (RSA and maybe something based on Curve25519), but I decided against it, since tools like GPG already exist for that. I may implement it in the future, but I probably won't.

cryptool's People

Contributors

kiarc avatar

Watchers

 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.