From c6dec2bdbb41bb6a58d1d7532ca0f5823e7ba279 Mon Sep 17 00:00:00 2001 From: vjoshi718_comcast Date: Thu, 17 Apr 2025 12:49:24 +0530 Subject: [PATCH] RDK-56907 SecAPI key to encrypt and save user credentials Reason for change: To store the user credentials Test Procedure: Launch the amazon native app and re-launch it Risks: Low Priority: P1 Signed-off-by: vidhathri_joshi@comcast.com --- Source/cryptography/implementation/SecApi/Vault.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cryptography/implementation/SecApi/Vault.h b/Source/cryptography/implementation/SecApi/Vault.h index aa72cae1..347907ef 100644 --- a/Source/cryptography/implementation/SecApi/Vault.h +++ b/Source/cryptography/implementation/SecApi/Vault.h @@ -33,7 +33,7 @@ #include "persistent_implementation.h" #define globalDir "/opt/drm/" -#define appDir "/opt/drm/vault/" //TODO:To get this path from client +#define appDir "/home/private/persist/" //TODO:To get this path from client #define DH_PUBLIC_KEY_MAX (129) #define KEYLEN_AES_HMAC_128 (16)