A Python code obfuscator built with AST-based transformations. Supports Python 3.8 through 3.14 (including the latest stable release). Provides reliable name mangling, string encoding, and code ...
This is a very simple library to encrypt and store secret keys (or any text) locally. The keys are stored in a local sqlite database. The keys are encrypted using AES-GCM. That's it. In theory, the ...