Skip to content

sanicsquirtle420/raccryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RacCryption

A simple text file encrypter / decrypter.

How to use:

Dependencies: gcc cmake

Compiling the code

make build

Running the code

./raccryption [FLAG] [METHOD] [FILE_PATH] [KEY]

Flags

  • -e or --encrypt: is used to encrypt a file
  • -d or --decrypt: is used to decrypt a file

Methods

Currently supports keyword and xor encryption / decryption.

To Do:

  • Plan to add more encryption algorithims

About

A file encrypter / decrypter written in C++.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors