/FileCrypto

A file encryption and decryption to keep files safe. This tool uses AES Encryption inorder to keep files safe.

Primary LanguagePython

FileCrypto

A file encryption and decryption to keep files safe. This tool uses AES Encryption inorder to keep files safe.

Installing FileCrypto

-> Clone this repository
-> In terminal type following commands
chmod +x FileCrypto.sh
./FileCrypto.sh

Usage

Inorder to use FileCrypto -> Go into the directory of the file/files you want to encrypt/decrypt
-> Type sudo encrypt [file(s)] to encrypt
-> Type sudo decrypt [file(s)] to decrypt

Type encrypt or decrypt for help

[This tool can only be run by root user]

Removing

For removing this tool from your system
-> Go to the repository on your system
-> Run ./remove.sh