Skip to content

Cryptography methods in C++ (simple ones) --> in progress...

Notifications You must be signed in to change notification settings

hugoogb/cryptcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptography in C++

Introduction

This program writed in C++ is used to encrypt and decrypt messages with different methods.

I did it for a high school project and now that in studying software engineering I'm trying to improve the whole program.

Right now it's so simple, I know, but I will be upgrading it as soon as I can. You can see all I want to do inside the project by checking the TODO.md file.

Prerequisites

  • G++ Compiler
  • GNU make

Installing

    1. Clone the repo
git clone https://github.com/hugoogb/cryptography-cpp.git
    1. Run make inside the cloned directory
make install

Open help menu: make help or make

    1. Execute the binary created
./build/apps/program

You're all set up and ready to start encrypting ;) !!!

About

Cryptography methods in C++ (simple ones) --> in progress...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published