Bingen Eguzkitza 3 anni fa
parent
commit
bdfde755ef
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. +0
    -3
      safe_sign.py

+ 0
- 3
safe_sign.py Vedi File

def get_private_key(keystore: str) -> str: def get_private_key(keystore: str) -> str:
with open(keystore) as f: with open(keystore) as f:
encrypted = f.readlines() encrypted = f.readlines()
print(encrypted)
print(type(encrypted[0]))
print(json.loads(encrypted[0]))


password = getpass("Enter password:") password = getpass("Enter password:")



Loading…
Annulla
Salva