This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import sys | |
| import base64 | |
| import secrets | |
| import requests | |
| import subprocess | |
| def usage(): | |
| print(f"Usage: {sys.argv[0]} <server-endpoint> <username> <password>") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| StringEncrypt is distributed under the original MAME license: | |
| Redistribution and use of this code or any derivative works are permitted | |
| provided that the following conditions are met: | |
| * Redistributions may not be sold, nor may they be used in a commercial | |
| product or activity. | |
| * Redistributions that are modified from the original source must include the | |
| complete source code, including the source code for all components used by a |