🔑 Using kbpgp to generate private keys
$ npm install keybase-generator --save
const generator = require('keybase-generator')
try {
const password = 'password'
const userId = 'Jose Aguinaga <me@jjperezaguinaga.com>'
generator(userid, password).then((keypair) => {
console.log('Private Key', keypair.privateKey)
console.log('Public Key', keypair.publicKey)
})
} catch(err) {
console.log('There was an error generating the keys', err)
}
E.nigma - 🔐 e.nigma.pw / generatorion toolbox utility
MIT © Jose Aguinaga