Skip to content

Commit af362ae

Browse files
committed
slip-0016: move pwd_reader to python-trezor
1 parent 5406326 commit af362ae

File tree

2 files changed

+1
-174
lines changed

2 files changed

+1
-174
lines changed

slip-0016.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ true) // askOnDecrypt? we want this becuase otherwise somebody could rob us!
159159

160160
2. Other steps are the same as in entry encryption, we just symetrically decrypt values of `password` and `safe_note` via `AES-256-GCM` algorithm. Size of IV and authTag for AES is the same as in encryption. Beware on cipher Key data type - it must be hex. Output is in JSON.
161161

162-
Check example of password reader implementation in python [pwdreader.py](slip-0016/pwdreader.py) there is an example code for decryption.
162+
Check example of password reader implementation in Python: [pwd_reader.py](https://github.com/trezor/python-trezor/blob/master/tools/pwd_reader.py) - there is an example code for decryption.

slip-0016/pwdreader.py

-173
This file was deleted.

0 commit comments

Comments
 (0)