mirror of
https://github.com/openharmony/device_manager.git
synced 2026-07-18 16:24:27 -04:00
修复跨设备认证中pin码明文传输导致的安全问题
Signed-off-by: renguang1116 <renguang@huawei.com>
This commit is contained in:
@@ -143,6 +143,7 @@ const int32_t AUTH_TYPE_SCAN = 2;
|
||||
const int32_t AUTH_TYPE_TOUCH = 3;
|
||||
const int32_t DEFAULT_PIN_CODE = 0;
|
||||
const int32_t DEFAULT_PIN_TOKEN = 0;
|
||||
const int32_t DEFAULT_PIN_CODE_LENGTH = 6;
|
||||
|
||||
// Softbus
|
||||
const int32_t SOFTBUS_CHECK_INTERVAL = 100000; // 100ms
|
||||
|
||||
Reference in New Issue
Block a user