Comment obtenir une clé privée non cryptée d'une clé privée cryptée?
-
-
Vous devez d'abordimporter Eztz Lib d'abord,puis utiliser ceci: `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `cryptéprivatekeykey,mot depasse)` `` ` Il retournera unensemble complet de clésextraites.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
-
BTW,cettefonctionest utilisée sur le côté du client,ne fonctionnerapas si vous l'utilisez sur lebackend caril abesoin de lafenêtre Obj. Vous devez le changerpourtravailler sur lebackend.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 réponses
- votes
-
- 2019-02-12
Vous voudrezpeut-être lire Ceguide .Il y a du code Python à l'intérieur.
You may want to read this guide. There is some Python code inside.
-
-
Je reçois cetteerreur: `` ` Fichier "/USERSERS/USER/DESKTOP/PRIVEKYCONVERT/PYTEZOS.PY",ligne 54 def __init __ (Self,Tiche: Str,Passphrase: str=Aucune,Email: Str=Aucune): ^ SyntaxError: syntaxeinvalide`````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
-
Comment allez-vous l'exécuter?How are you running it?
- 0
- 2019-02-10
- Arthur B
-
AttributeError: Module 'PyTezos'n'apas d'attribut 'Key'.Courir dans la CLI Python3AttributeError: module 'pytezos' has no attribute 'key'. running in the python3 cli
- 0
- 2019-08-08
- Gaia
-
Jene trouve aucunmoyen d'obtenir la cléprivéenon cryptée d'une cléprivée cryptée du client Tezos.
J'aitrouvé unmoyen d'utiliser Tezbox. Vousimportez une cléprivéeen Tezbox,puisindiquez la cléprivée. La clé qu'ilmontre que vous êtesnon crypté. Jene suispasen mesure d'importer une cléprivée cryptéeen Tezbox qui a unmot depasse "vide" afin que cetteméthodene soitpas disponiblepourmoi.
Onm'a dit queje peux utiliser Eztz Utilisation:
Et onm'a dit queje peux utiliser PyTezos en utilisant:
Jene peuxpas comprendre commentfairefonctionner les options ci-dessus. J'aiessayé laméthode de l'eztznode.js,maisj'apprécierais unexemple de commentfaire cela.