From a36545e68ef2c58fc71761c1d50a1295b3c50722 Mon Sep 17 00:00:00 2001 From: varjolintu Date: Sun, 2 Apr 2017 11:53:47 +0300 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.