ssv-keys
Version:
Tool for splitting a validator key into a predefined threshold of shares via Shamir-Secret-Sharing (SSS), and encrypt them with a set of operator keys.
18 lines • 531 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
arg1: '-ps',
arg2: '--password',
options: {
required: true,
type: String,
help: 'The keystore file encryption password, if a folder was provided the password will be used for all keystore files in the folder'
},
interactive: {
options: {
type: 'password',
message: 'Provide the keystore file password',
}
}
};
//# sourceMappingURL=password.js.map