eff-mnemonic 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +13 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# EFF
|
|
1
|
+
# EFF Mnemonic
|
|
2
2
|
|
|
3
3
|
Convert buffers to and from a human-readable mnemonic phrase using the eff wordlists. This library was built with the purpose of generating mnemonics from passwords or private keys so that they can be easily written down on paper.
|
|
4
4
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eff-mnemonic",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Convert buffers to and from a human-readable mnemonic phrase using the eff wordlists",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"eff",
|
|
7
|
+
"eff-wordlist",
|
|
8
|
+
"wordlist",
|
|
9
|
+
"mnemonic",
|
|
10
|
+
"phrase",
|
|
11
|
+
"human-readable",
|
|
12
|
+
"bip39",
|
|
13
|
+
"passphrase",
|
|
14
|
+
"crypto",
|
|
15
|
+
"security"
|
|
16
|
+
],
|
|
5
17
|
"bugs": {
|
|
6
18
|
"url": "https://github.com/aravindanve/eff-mnemonic/issues"
|
|
7
19
|
},
|