Fix typo in encryptKeyPass
This commit is contained in:
parent
cddf0b7805
commit
41de75ff6e
@ -122,7 +122,7 @@ export class Keys {
|
||||
const encrypted = Buffer.concat([cipher.update(nsec), cipher.final()])
|
||||
console.log("encrypted key in ", Date.now() - start)
|
||||
return {
|
||||
enckey: `${PREFIX}:${VERSION}:${iv.toString('hex')}:${encrypted.toString('hex')}}`,
|
||||
enckey: `${PREFIX}:${VERSION}:${iv.toString('hex')}:${encrypted.toString('hex')}`,
|
||||
pwh
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user