argon2-cffi + pynacl (Python) or argon2 + @noble/ciphers (JS), derives the key from your master password, decrypts, and executes.curl --location --request POST '/api/v1/zk/execute/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"masterPassword": "MyS3cur3P@ss!",
"packages": [
"requests"
]
}'{
"output": "Hello from zero-knowledge!\n",
"error": "",
"exitCode": 0,
"language": "python",
"zeroKnowledge": true
}