Commit 05f148de authored by chren's avatar chren

added link to implementation SLIP-0016

parent 7af4f631
......@@ -153,3 +153,5 @@ true) // askOnDecrypt? we want this becuase otherwise somebody could rob us!
```
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.
Check example of password reader implementation in python [pwdreader.py](slip-0016/pwdreader.py) there is an example code for decryption.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment