DiviCrypt is a python written script which has the ability of obfsucating(encrypting), encoding and compiling to exe .py scripts. It is very usefull when envading AVs! So far DiviCrypt can encode to base64 but we are planning on making a Xor encoding option.
DiviCrypt was developed and test with python2 it will diffently not work with python3! Since its for linux, the compiling option requires pyinstaller, pyinstaller if ran from a linux machine it will compile it to .elf though if you ran it from wine and install python then pyinstaller from wine you should be alright! Here's a video which i followed to install pyinstaller with wine: https://www.youtube.com/watch?v=ozPaEWN4GnMDiviCrypt can obfuscate, encode and compile py scripts. And more options will be added in future versions!
-h | --help : Display help menu. --f | --file : File to take care of. --m | --mode : Mode to use (obfuscate / encode / compile only!)
How-To-UseSimply run: python divicrypt.py --help
If that happens simply run: pip install -r requirements!



