added helpful comment about default encryption and decryption of U8intArray with password

This commit is contained in:
Hans-Werner Roitzsch 2018-10-11 11:51:23 +02:00
parent 6f9670cc65
commit 2f1f901fdf

View File

@ -124,6 +124,8 @@ openpgp.initWorker({ path:'openpgp.worker.js' }) // set the relative web worker
#### Encrypt and decrypt *Uint8Array* data with a password
This is encryption/decryption method will use AES-256 by default.
```js
var options, encrypted;