A Command line tool for basic cryptograhpy algorithms.
This project currently supports many common ciphers, and I've designed the layout of the project to support easy plugin of new ciphers.
This project will always be a work in progress, since there will always been more algorithms to add.
The Goal
The goal of this project is to create a easy to use command line tool for the common ciphers that we see used in CTFs. The original inspiration for the project was for my cryptography course at the University of Idaho, but I have decided that the project would be a useful tool for hackers.
My goal for this project is to have a single command line tool that can perform many ciphers with a fairly uniform argument layout. The tool provides minimal output, so that ciphers can be piped together to perform multi-level encryptions.
The original project was developed with a couple of collaborators and myself, the collaborators being Brandon Foss and Delaney Fitzgerald.
Repo
The tool can be found on my github here: https://github.com/durkinza/crypto
Comments
Write a comment ...