This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Keychain pass phrase #1135
Closed
Description
The keychain (#1133) requires a pass phrase to protect the private keys at rest.
Currently it is hard coded, which is not secure.
I suggest we add the --pass ...
option to ipfs
.
If the 'pass' option is not specified, then all access to the keychain should return the error 'Access to the keychain is not allowed, please use --pass'. This is something like pubsub when --enable-pubsub-experiment
is not specified.