From f7ebd341e27ecfa5adaeddf7e8b725a544d21072 Mon Sep 17 00:00:00 2001 From: varjolintu Date: Fri, 15 Dec 2017 07:12:21 +0200 Subject: [PATCH] Updated some old protocol text --- keepassxc-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keepassxc-protocol.md b/keepassxc-protocol.md index 8ac2107..48ad101 100644 --- a/keepassxc-protocol.md +++ b/keepassxc-protocol.md @@ -13,7 +13,7 @@ Now the requests are encrypted by [TweetNaCl.js](https://github.com/dchest/tweet Encrypted messages are built with these JSON parameters: - 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. +- nonce - 24 bytes long random data, base64 encoded. This is incremented to the response. - clientID - 24 bytes long random data, base64 encoded. This is used to identify different browsers if multiple are used with proxy application. Currently these messages are implemented: