Devolutions Crypto

Derive and Encrypt

Encrypts data with a key derived directly from a password. The derivation parameters (including the random salt) are embedded in the output blob — only the password is needed to decrypt.

Encrypt
@if (algorithm === 'argon2') {
Argon2 Parameters (optional)

A random salt is generated automatically and embedded in the output blob.

} @if (algorithm === 'pbkdf2') {
PBKDF2 Parameters (optional)
}
Result (base64)
Decrypt
Result