Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vstoykovbg committed Oct 29, 2020
1 parent 7c53dbc commit d79dae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Doubleslow Keystretcher
## Key stretching on air-gapped computer with additional "external key stretching" on another computer

The key stretching with the "seed extension" (also known as "extension word" and "passphrase") in the [BIP39 specification](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) is very weak (2048 iterations of HMAC-SHA512), this is why I wrote these scripts.
The key stretching with the "seed extension" (also known as "extension word" and "passphrase") in the [BIP39 specification](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) is very weak (PBKDF2 using 2048 iterations of HMAC-SHA512), this is why I wrote these scripts.

These scripts utilize mnemonic code (RFC1751, BIP39) and checksums to prevent i/o human errors.

Expand Down

0 comments on commit d79dae0

Please sign in to comment.