Skip to content

MandipJoshi/XORFileEncryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

XOR File Encryption Tool

This is a simple file encryption tool written in C, which uses the XOR cipher for encryption and decryption.

Compile

gcc main.c -o main

Usage

To Encrypt using CLI (Custom Password): ./main -E /path/to/file /path/to/outputFile <password>

To Encrypt using CLI (Random Password): ./main -E /path/to/file /path/to/outputFile -G <length of random password>

To Decrypt using CLI: ./main -D /path/to/file /path/to/outputFile <password>

For interactive mode run the binary without any arguments: ./main

License

AGPL-3.0-only

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages