Back

Cipta Code

Argon2d Generator

Argon2d is optimized for resistance against GPU cracking attacks. It is faster than Argon2i but may be vulnerable to side-channel attacks.

Input / Password

Argon2d Output

Waiting for input...

Parameters

What is Argon2d?

Argon2d is designed for maximum resistance against GPU cracking attacks. It uses data-dependent memory access, which makes it faster but potentially vulnerable to side-channel timing attacks. It is suitable for applications where side-channel attacks are not a primary concern, such as cryptocurrencies.

Properties

  • Data-Dependent: Memory access pattern depends on the password, maximizing resistance to GPU/ASIC attacks.
  • Fast: Generally faster than Argon2i for the same memory and time cost.
  • GPU Resistant: Highly effective at making parallel brute-force attacks expensive.
  • Specific Use Case: Best for environments where side-channel attacks are mitigated.