pyobf2
An in-place obfuscator for python 3.11
File Explorer
- fileA.py
- fileB.py
- fileA.py
- fileB.py
- main.py
- file.py
- file.py
- main.py
- __init__.py
- collector.py
- compileFinalFiles.py
- constructDynamicCodeObjTransformer.py
- encodeStringsTransformer.py
- floatsToComplex.py
- fstrToFormatTransformer.py
- intObfuscatorTransformer.py
- logicTransformer.py
- memberRenamerTransformer.py
- packPyz.py
- removeTypeHintsTransformer.py
- replaceAttribsTransformer.py
- stringCollectorTransformer.py
- typeAliasTransformer.py
- unicodeNameTransformer.py
- __init__.py
- assembler.py
- cfg.py
- log.py
- renamer.py
- util.py
- __init__.py
- __main__.py
- .gitignore
- LICENSE
- poetry.lock
- pyproject.toml
- README.md
- requirements.txt
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pass
View Details ▼
pass
Store and read passwords or other sensitive data.
All data is GPG-encrypted, and managed with a Git repository.
pass init {{gpg_id_1 gpg_id_2 ...}}
Initialize (or re-encrypt) the storage using one or more GPG IDs:
pass insert {{[-m|--multiline]}} {{path/to/data}}
Save a new password and additional information (press `<Ctrl d>` on a new line to complete):
pass edit {{path/to/data}}
Edit an entry:
python3
View Details ▼
python3
This command is an alias of `python`.
tldr python
View documentation for the original command:
// repository documentation
Was this content helpful?
(0 ratings)
