hmacrypt/public_rsa_key_saver
2024-02-09 19:21:55 +01:00

3 lines
111 B
Python
Executable File

#!./hmacenv/bin/python
import src.hmacrypt as hmacrypt
hmacrypt.inferRSAKeys(hidePrivate=True, savePublic=True)