Skip to content

Commit

Permalink
Merge pull request #44 from nopesled/patch-1
Browse files Browse the repository at this point in the history
Update pgp.js
  • Loading branch information
casesandberg committed Sep 2, 2016
2 parents dd99f84 + 62ac439 commit bfd6c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/pgp.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function getPrivateKeyPassphrase(privateKey) {
export async function generateKey({ name, email = '' }, passphrase) {
const key = await openpgp.generateKey({
userIds: [{ name, email }],
numBits: 2048, // should up RSA key size to 4096?
numBits: 4096,
passphrase,
})

Expand Down

0 comments on commit bfd6c27

Please sign in to comment.