Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 819 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 819 Bytes

Overview

CryptoTools is a simple node-editor utility for debugging/developing cryptographic applications which I developed for personal use, and thus is not fully featured. It is powered by the Crypto++ library for any computation, and serves as a convenient graphical interface for building algorithms and cryptographic workflows from Crypto++ components. As an example, here is a first principles implementation of RSA encryption/decryption within the application which can be inspected at any stage for debugging purposes:

Screenshot 2023-07-24 at 12 18 59 AM

Building

To build CryptoTools, clone the repository and run:

mkdir build
cd build
cmake ..
make
./cryptotools