From f9e903b76244e603970988f209f61c319d282675 Mon Sep 17 00:00:00 2001 From: 21pages Date: Tue, 2 Sep 2025 11:31:11 +0800 Subject: [PATCH] ab default password Signed-off-by: 21pages --- protos/message.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/message.proto b/protos/message.proto index 2e4a84b..21bee3c 100644 --- a/protos/message.proto +++ b/protos/message.proto @@ -87,6 +87,7 @@ message LoginRequest { OSLogin os_login = 12; string my_platform = 13; bytes hwid = 14; + string salt = 17; } message Terminal { @@ -328,6 +329,7 @@ message CursorPosition { message Hash { string salt = 1; string challenge = 2; + bool support_controlling_salt = 3; } enum ClipboardFormat {