import {VStack} from "./core/Stacks"; export function EncryptionHelp() { return

Encrypt values like secrets and tokens. When enabled, Yaak will also encrypt HTTP responses, cookies, and authentication credentials automatically.

Encrypted data remains secure when syncing to the filesystem or Git, and when exporting or sharing with others.

}