Documentation Index
Fetch the complete documentation index at: https://docs.envless.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Version history for the @goenvless/sdk package. Pin it in your projects for the latest features, security patches, and performance improvements.
Initial public release. Client-side helpers for encrypting and decrypting Envless variable values with the Web Crypto API.Exports
encrypt(plaintext, passphrase, workspaceUniqueId)— produces av1:<base64(iv || ciphertext)>string ready to send to the APIdecrypt(ciphertext, passphrase, workspaceUniqueId)— reversesencryptfor anyv1:...value returned by the APIENCRYPTION_PARAMETERS— the cryptographic constants (iterations, hash, IV length, salt namespace, version prefix) for byte-for-byte interop with non-JS implementationsEncryptionParameters— type of the constants object
- Pure Web Crypto API — no native dependencies, no WASM, no polyfill on Node 20+ / Bun / Deno / modern browsers
- Same recipe used by the CLI, runtime, and dashboard — values encrypted here decrypt identically everywhere else