Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.140.254.100
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
pygpgme-0.3 /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
encrypt.py
331
B
-rw-r--r--
2012-03-02 07:23
Save
Rename
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())