You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ The **key id** is the SHA-256 [multihash](https://github.com/multiformats/multih
83
83
84
84
### Private key storage
85
85
86
-
A private key is stored as an encrypted PKCS 8 structure in the PEM format. It is protected by a key generated from the key chain's *passPhrase* using **PBKDF2**. Its file extension is `.p8`.
86
+
A private key is stored as an encrypted PKCS 8 structure in the PEM format. It is protected by a key generated from the key chain's *passPhrase* using **PBKDF2**.
87
87
88
88
The default options for generating the derived encryption key are in the `dek` object
89
89
```js
@@ -94,8 +94,8 @@ const defaultOptions = {
94
94
dek: {
95
95
keyLength:512/8,
96
96
iterationCount:10000,
97
-
salt:'you should override this value with a crypto secure random number',
0 commit comments