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
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
The default keychain options should be in config under Keychain.
constdefaultOptions={// See https://cryptosense.com/parametesr-choice-for-pbkdf2/dek: {keyLength: 512/8,iterationCount: 10000,salt: 'you should override this value with a crypto secure random number',hash: 'sha512'}}
ipfs init should generate a random salt and add to config
during startup, these value should be used to construct the keychain