added helpful comment about default encryption and decryption of U8intArray with password
This commit is contained in:
parent
6f9670cc65
commit
2f1f901fdf
|
@ -124,6 +124,8 @@ openpgp.initWorker({ path:'openpgp.worker.js' }) // set the relative web worker
|
||||||
|
|
||||||
#### Encrypt and decrypt *Uint8Array* data with a password
|
#### Encrypt and decrypt *Uint8Array* data with a password
|
||||||
|
|
||||||
|
This is encryption/decryption method will use AES-256 by default.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
var options, encrypted;
|
var options, encrypted;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user