Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 220 Bytes

File metadata and controls

10 lines (5 loc) · 220 Bytes

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