From 12418921d05a39ff17e408f6d46abef78dddfa83 Mon Sep 17 00:00:00 2001 From: Hans-Werner Roitzsch Date: Fri, 12 Oct 2018 16:19:22 +0200 Subject: [PATCH] adapted comment for pull request --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82d0a318..381fdddc 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ 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. +Encryption will use AES-256 by default. Decryption will use whatever was used when encrypting, as such information is readably stored in the encrypted message. ```js var options, encrypted;