Skip to content

JJoeDev/SimpleEncryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SimpleEncryptor

A simple app using OpenSSL to encrypt and decrypt files using a symmetric encryption algorithm.

WARNING

I am not a cryptographer and this might very well be very insecure.

Compiling

Prerequisites

  • OpenSSL
  • gcc

If you would like to give this small project a try, go ahead and clone it.

Compiling is as easy as running:

g++ main.cpp -o encryptor -lssl -lcrypto

About

A simple app that can en/decrypt files using OpenSSL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages