Closed clauderobi closed 11 months ago
hey @clauderobi, yes you can use decryptPrivateKey and encryptPrivateKey methods
static decryptPrivateKey(privateKeyEncrypted: string, password: string,): Promise<string>
static encryptPrivateKey(privateKey: string, password: string, cipherName: Cipher): Promise<string>
Super!! Thanks
Is it possible to use this library to lock/unlock private keys with a passphrase?