Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarjolintu <sami.vanttinen@gmail.com>2017-04-02 11:53:47 +0300
committervarjolintu <sami.vanttinen@gmail.com>2017-04-02 11:53:47 +0300
commita36545e68ef2c58fc71761c1d50a1295b3c50722 (patch)
tree281a70f2a3f8b66b57e929c16566a1fcd5cfafe9 /README.md
parentdbef129ba39008d88971d06e964ddc6d81d4fd56 (diff)
Updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e6ea4bc..9af6df4 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Now the requests are encrypted by [TweetNaCl.js](https://github.com/dchest/tweet
5. When KeePassXC sends a message it is encrypted with chromeKeePassXC's public key etc.
Encrypted messages are built with these JSON parameters:
-- action - `test-associate`, `associate`, `get-logins`, `get-logins-count, `set-login`...
+- action - `test-associate`, `associate`, `get-logins`, `get-logins-count`, `set-login`...
- message - Encrypted message, base64 encoded
- nonce - 24 bytes long random data, base64 encoded. This must be the same when responding to a request.