Skip to content

A simple command-line tool for encryption and decryption written in C++ for Windows.

License

Notifications You must be signed in to change notification settings

noel-kd/SimpleEncryption_v1

Repository files navigation

SimpleEncryption_v1

Created by Kyle Noel, 20Jun2022

A simple encryption/decryption tool written in C++ for Windows.

This program can act as a framework for encryption algorithms. Simply replace the simple algorithm in place with any algorithm that accepts an encryption key and returns a char. See code comments.

This version contains a simple addition/subtraction encryption/decryption system designed to simply showcase the functionality of this program. I anticipate developing a v2 with a more complex algorithm in the near future.

**Do not encrypt/decrypt files you do not have permission to encrypt/decrypt.