often.cloud
source
← all tools

Encryption (AES-GCM)

Hashing

Password-encrypt text with AES-256-GCM + PBKDF2. Symmetric, in your browser.

AES-256-GCM via WebCrypto. Key derived from your password with PBKDF2-HMAC-SHA-256, 200,000 iterations. Random 128-bit salt and 96-bit IV are prepended to the ciphertext.