Skip to content

aytuncdemr/Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encryption

Explanation

Encryption is a project that you can encrypt your messages or passwords. You can also use binary encoder/decoder of this project. This project uses AES algorithm in order to encrypt and decrypt the messages or passwords.

How to use

Usage of the program is straightforward. As shown in the program itself you can use the program by typing

decode text

encode text

decrypt text

encrypt text

Examples

encode This sentence is going to be a binary sentence !

decode 01010100011001010111001101110100

encrypt my_password

Issues

Decryption might not accept input data depending on the size of the data.

Build

``

mkdir build

cd build

cmake -S .. -B .

make

``

ScreenShots

image image

Releases

No releases published

Packages

No packages published