????
Current Path : /usr/local/CyberPanel/bin/ |
Current File : //usr/local/CyberPanel/bin/pyrsa-encrypt |
#!/usr/local/CyberPanel/bin/python3 # -*- coding: utf-8 -*- import re import sys from rsa.cli import encrypt if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) sys.exit(encrypt())
Sorry, this page is not available...