Files
tfm_ainventory/venv/bin/pyrsa-priv2pub

7 lines
216 B
Python
Executable File

#!/data/programare_AI/tfm_ainventory/venv/bin/python3
import sys
from rsa.util import private_to_public
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(private_to_public())