Update README.md

This commit is contained in:
Frank Cash 2017-04-12 21:05:13 -04:00 committed by GitHub
parent 151e07e16c
commit 3588ef8f18

View File

@ -203,7 +203,8 @@ var privkey = '-----BEGIN PGP PRIVATE KEY BLOCK ... END PGP PRIVATE KEY BLOCK---
var passphrase = 'secret passphrase'; //what the privKey is encrypted with
var privKeyObj = openpgp.key.readArmored(privkey).keys[0];
privKeyObj.decrypt(passphrase);```
privKeyObj.decrypt(passphrase);
```
```js
options = {
@ -218,6 +219,7 @@ openpgp.sign(options).then(function(signed) {
});
```
```js
options = {
message: openpgp.cleartext.readArmored(cleartext), // parse armored message