mirror of
https://github.com/tcsenpai/hmacrypt.git
synced 2025-06-02 17:10:06 +00:00
3 lines
111 B
Python
Executable File
3 lines
111 B
Python
Executable File
#!./hmacenv/bin/python
|
|
import src.hmacrypt as hmacrypt
|
|
hmacrypt.inferRSAKeys(hidePrivate=True, savePublic=True) |