CURRENTLY SCHEDULED FOR REWRITE
A hardcore encryption application - Currently in beta testing
To install the necessary libraries use-
python3 autoinstaller.py
Most used commands-
python3 RuneCrypt.py -f some_file_name_or_path -decoy t
python3 RuneCrypt.py -f rune.glyph -d crypto.glyph
To use the default action of encrypting a file with 15 random layers-
python3 RuneCrypt.py -f some_file_name_or_path
To decrypt a rune.glyph-
python3 RuneCrypt.py -f rune.glyph -d crypto.glyph
To specify encryption layers-
python3 RuneCrypt.py -f some_file_name_or_path -e random-random-random etc.
To use the streamline glyph ability-
python3 RuneCrypt.py -f some_file_name_or_path -g glyph.json
To create a rune.glyph decoy-
python3 RuneCrypt.py -f some_file_name_or_path -decoy t