Data Decoder for Encrypti0n.com v3
Gain insights into data encrypted on this Data Encryption Platform for debugging purposes.
Data Input
Analysis Result
Status of Input unknown
Data Version
—
Key Derivation Parameters:
Salt length
—
Salt value
—
Round count
—
Encryption Algorithm Parameters:
IV length
—
IV value
—
AuthTag length
—
AuthTag value
—
Payload length
—
About Data Version 1: Encryption Scheme
Payloads labeled “Version 1” are secured using AES-GCM with a 256-bit key, providing both confidentiality and integrity.
Algorithm Details
- Algorithm: AES-GCM
- Key Size: 256 bits (32 bytes)
- IV / Nonce Size: 96 bits (12 bytes)
- Authentication Tag: 128 bits (16 bytes)
References
About Data Version 1: Key Derivation
The AES key is derived from your passphrase using Argon2id, tuned for strong security while accommodating JavaScript’s single-threaded environment.
Argon2id Parameters
- Variant: Argon2id
- Parallelism: 1 (JS limitation)
- Rounds: 5 (low) - 20 (default) - 40 (high)
- Salt-Length: 12-byte (low) - 16-byte (default)
- Memory Cost: 65 536 KiB
- Output Length: 32 bytes (256 bits)