https://github.com/nottherealtar/pyobfuscator
nothin sus going on here
https://github.com/nottherealtar/pyobfuscator
Last synced: 3 months ago
JSON representation
nothin sus going on here
- Host: GitHub
- URL: https://github.com/nottherealtar/pyobfuscator
- Owner: nottherealtar
- License: apache-2.0
- Created: 2023-09-21T13:56:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T12:42:00.000Z (8 months ago)
- Last Synced: 2025-01-22T12:17:27.141Z (5 months ago)
- Language: Python
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyObfuscator
PyObfuscator is a simple Python script designed to encrypt and decrypt various types of files. It supports multiple file formats including Python, C#, JavaScript, text, and batch files.
## Features
- Encrypt and decrypt Python files
- Encrypt and decrypt C# files
- Encrypt and decrypt JavaScript files
- Encrypt and decrypt text files
- Encrypt and decrypt batch files## Usage
To use PyObfuscator, run the script with the appropriate arguments:
```sh
python pyob.py
```- ``: Path to the file you want to process.
- ``: Either `encrypt` or `decrypt`.### Example
```sh
python pyob.py example.py encrypt
```This will encrypt `example.py` and create an encrypted file in the same directory.
## Requirements
- Python 3.x
## License
This project is licensed under the MIT License.
## Contributing
Contributions are welcome! Please submit a pull request or open an issue to discuss any changes.
## Contact
For any questions or suggestions, please open an issue on GitHub.