Skip to content

ByKoan/XOREncryptionC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

XOR Encryption C

Basically a program written in C that encrypts text A with a key B using the XOR operation to obtain the encrypted text (OUTPUT) and with the possibility of decrypting it.

Added functionality to export both texts to .txt text files

To compile just use: Windows:

gcc code.c -o code.exe

Linux:

gcc code.c -o code.elf

About

Text XOR Encryptor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages