Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niondir authored Dec 17, 2024
1 parent 277901e commit 3ab2b81
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
Expand Up @@ -9,7 +9,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/tyler-smith/go-bip39)](https://goreportcard.com/report/github.com/tyler-smith/go-bip39)
[![Coverage Status](https://coveralls.io/repos/github/tyler-smith/go-bip39/badge.svg?branch=master)](https://coveralls.io/github/tyler-smith/go-bip39?branch=master)

This fork contains additional encryption nethods to encrypt an existing mnemonic with a passport to get a new encrypted mnemonic that is worthless without the password.
This fork contains additional encryption methods to encrypt an existing mnemonic with a passwort to get a new encrypted mnemonic that is worthless without the password. But no observer could tell what the real wallet is.

BIP39 standard already allows you to create a seed from a mnemonic plus password. But that means, that you can not protect a mnemonic from an existing wallet (e.g. a mnemonic without password from a Trezor) with plausibel deniability.

Expand Down

0 comments on commit 3ab2b81

Please sign in to comment.