Skip to content

ikad95/encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

encryption

author : ikad year : 2015 cpp based text encryption

Encryption :

  1. Create a text file "raw.txt" in the same directory as encryption.cpp
  2. Write your messege in "raw.txt"
  3. Run encrypt.cpp,enter a key character, this will create a file "encoded.txt"

Decryption :

  1. With "encoded.txt" in the same directory, run decrypt.cpp
  2. Enter the key character used to encrypt
  3. You should see your messege now

About

cpp based text encryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages