Encryption is used to protect data from being stolen, changed, or compromised and works by scrambling data into a secret code that can only be unlocked with a unique digital key.
- The marshal module is specific to Python and is used mainly for reading and writing the “pseudo-compiled” code found in Python modules (such as .pyc files).
- It’s not a general persistence module; for more general persistence and object transfer, consider using the pickle and shelve modules.
- The format used by marshal is intentionally undocumented and may change between Python versions, although it rarely does.
- It’s not intended to be secure against erroneous or malicious data. Never unmarshal data from an untrusted or unauthenticated source.
- marshal supports the following Python object types >
- Booleans, integers, floating-point numbers, complex numbers, strings, bytes, bytearrays, tuples, lists, sets, frozensets, dictionaries, and code objects.
- Singletons like None, Ellipsis, and StopIteration can also be marshaled and unmarshaled.
- Note that recursive lists, sets, and dictionaries cannot be written for format versions lower than 3.
[FILE INPUT AND OUTPUT STYLE]
INPUT FILE NAME : /sdcard/FILE-NAME.py
OUTPUT FILE NAME : /sdcard/FILE-NAME.py
apt update && apt upgrade -y
pkg install git
pkg install python
rm -rf MARSHAL
git clone --depth=1 https://github.com/U7P4L-IN/MARSHAL.git
cd MARSHAL
python3 ENC.py
If you notice issues while installing this tool or running this tool kindly mail to me at Gmail or Open an issue via github.
python-3
pip
Internet Connection
And some other python packages
>> apt-get install git python3 python3-pip python python-pip
sudo apt-get update && apt-get install git
git clone https://github.com/U7P4L-IN/MARSHAL.git
cd MARSHAL
ls
sudo python3 ENC.py
Feel Free To Clone This Project. For Major Changes, Please Open An Issue First To Discuss What You Would Like To Change Or Add, Thank You!!.
Marshal Encryption is released under the MIT license, which grants the following permissions:
- Commercial use
- Modification
- Distribution
- Patent use
- Private use
For more convoluted language, see the LICENSE.
- ©️ Copyright Message
Copyright © [2023-27] [U7P4L-IN] All rights reserved. This Python project, along with its code, documentation, and any associated files, is the intellectual property of ANONYMOUS CYBER. You may not reproduce, distribute, or modify the contents of this repository without explicit permission from the owner.
You can also give this repository a star to show more people and they can use this repository.