dbDBKraftDocs
Documentation/Configuration and reference
Chapter 40

Security and data handling

A consolidated summary of the guarantees stated elsewhere in this guide.

AreaGuarantee
Database credentials at restThe password reaches disk only if you tick Remember password, and only as ciphertext from the Windows credential vault. There is no plaintext fallback: if the vault is unavailable, the password simply is not saved.
Credential erasureClear saved credentials and Sign out perform a deep erase that rewrites the underlying storage, so no remnant of a previously saved password survives. Settings and theme are preserved.
Credentials in logsScrubbed from every record before it is written. Request bodies are never logged.
Credentials in bug reportsNever included.
NetworkAll database traffic is between your machine and your database server. The only outbound call the product makes is the one-off licence activation.
AIOff until you configure it. Your key is stored locally and sent only to the Base URL you entered. Your prompt and the SQL in context go to that endpoint — nowhere else, and secrets found in the SQL are redacted first. The assistant is text-only: it cannot execute SQL, reach your database, commit or roll back, or change any setting (§34.3).
Destructive actionsKilling a session, closing a PDB, dropping an object, restoring a version, deleting a suite/report/workflow/test, and truncate/replace imports all require explicit confirmation.
Generated scriptsSchema sync scripts, grid update scripts and ER-model DDL are generated, never executed. You review and run them yourself.