Skip to content

bugavix/encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

encryption

Compiling on UNIX based OS and GNU/LINUX:

g++ decrypt.cpp -o decrypt && g++ encrypt.cpp -o encrypt

Compiling on Windows:

g++ -DWIN decrypt.cpp -o decrypt.exe && g++ -DWIN encrypt.cpp -o encrypt.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages