/hide_files

Simple Python 3 script that randomizes the name of files and sub directories inside a folder.

Primary LanguagePython

Hide your Files

Simple Python 3 script that uses Caeser Cipher to shift file names to incomprehensible names. Nothing too complex. Utility function for my own needs. Argument Parsing enabled.

Command Description
-d or --dir Target directory
--decrypt Decrypts the target folder
-k or --key The value you want to shift your characters to
-r or --recursive Flag for determining whether subdirectories are meant to be decrypted or not (WIP)