Come ottenere una chiave privata non crittografata da una chiave privata crittografata?
-
-
Deviprimaimportareeztz libe poi usare questo: ``eztz.crypto.extractEncryptedKeys (encryptedPrivateKey,password) '' Restituirà un set completo di chiaviestratte.You need to import eztz lib first and then use this: ```eztz.crypto.extractEncryptedKeys(encryptedPrivateKey, password)``` It will return a full set of extracted keys.
- 2
- 2019-02-10
- RoMarQ
-
Aproposito,quellafunzione è usata sul lato client,nonfunzionerà se la stai usando sulbackendpoiché habisogno dellafinestra obj. Devi cambiarloper lavorare sulbackend.Btw, that function is used on client side, will not work if you are using it on backend as it needs the window obj. You need to change it to work on backend.
- 0
- 2019-02-10
- RoMarQ
-
2 risposta
- voti
-
- 2019-02-12
Potresti leggere questaguida .Dentro c'è del codice Python.
You may want to read this guide. There is some Python code inside.
-
-
sto ottenendo questoerrore: `` ` File "/Users/user/Desktop/privkeyconvert/pytezos.py",riga 54 def __init __ (self,key: str,passphrase: str=None,email: str=None): ^ SyntaxError: sintassinon valida ""im getting this error : ``` File "/Users/user/Desktop/privkeyconvert/pytezos.py", line 54 def __init__(self, key: str, passphrase: str = None, email: str = None): ^ SyntaxError: invalid syntax```
- 0
- 2019-02-10
- Mr Z
-
Come logestisci?How are you running it?
- 0
- 2019-02-10
- Arthur B
-
AttributeError:ilmodulo "pytezos"non ha l'attributo "chiave".inesecuzionenella cli dipython3AttributeError: module 'pytezos' has no attribute 'key'. running in the python3 cli
- 0
- 2019-08-08
- Gaia
-
Non riesco atrovare alcunmodoper ottenere la chiaveprivatanon crittografata da una chiaveprivata crittografata dal clienttezos.
Hotrovato unmodoper usaretezbox. Importi una chiaveprivatain tezboxe poimostri la chiaveprivata. La chiave cheti mostranon è crittografata. Non riesco aimportare una chiaveprivata crittografatain tezbox con unapassword "vuota",quindi questometodonon è disponibileperme.
Mi è stato detto cheposso utilizzare eztz utilizzando:
Emi è stato detto cheposso utilizzare pytezos utilizzando:
Non riesco a capire comefarfunzionare le opzioniprecedenti,però. Hoprovatoilmetodoeztznode.js,ma apprezzerei unesempio di comefarlo.