Skip to content

insidious-security/sidrose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

SidRose

This code can be used to encrypt and decrypt small files and directories limited to 2GB in file size. The python module used is Fernet, symmetric encryption.

Usage:

# Install the required python module
$ pip3 install cryptography

# Execute this source in the directory of which you want to encrypt the contents.
$ python3 sidrose.py 

# Follow the instructions in the cli:

 ███████╗██╗██████╗ ██████╗  ██████╗ ███████╗███████╗
 ██╔════╝██║██╔══██╗██╔══██╗██╔═══██╗██╔════╝██╔════╝
 ███████╗██║██║  ██║██████╔╝██║   ██║███████╗█████╗
 ╚════██║██║██║  ██║██╔══██╗██║   ██║╚════██║██╔══╝
 ███████║██║██████╔╝██║  ██║╚██████╔╝███████║███████╗
 ╚══════╝╚═╝╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚══════╝╚══════╝
                       (1): Encrypting
                       (2): Decrypting

:

# Make sure NOT to delete the "very-special-key", you'll need this to decrypt the data again.
# The key is random generated and can be used only for the encrypted contents its been created for.

Please note: 
# When using this code on larger directories then specified above this program wil not act as intended, use with caution.

About

Encrypt and decrypt small files and directories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages