security: patch OACP reader vulnerability and implement HMAC foundations
This commit is contained in:
@@ -41,3 +41,7 @@ SYSTEM_DIR="/memex/system"
|
||||
MEMEX_USER="YourName"
|
||||
MEMEX_ASSISTANT="AgentName"
|
||||
RECIPIENT_ID="+1..." # For Signal/Telegram delivery
|
||||
|
||||
# OACP Integrity & Authentication (HMAC-SHA256)
|
||||
OACP_ENFORCE_HMAC=false
|
||||
OACP_HMAC_SECRET="change-this-to-a-secure-random-string"
|
||||
|
||||
Reference in New Issue
Block a user