Explore all 11 cryptocurrencies using Argon2. Track live prices, market capitalization, and 24-hour trading volume.
Argon2 is a cryptographic algorithm used by blockchain networks for hashing and mining operations. Blockspot.io tracks 11 cryptocurrencies using Argon2, of which 6 are currently active.
Argon2 is a memory-hard key derivation and hashing function that won the Password Hashing Competition (PHC) in 2015. It was designed by Alex Biryukov, Daniel Dinu, and Dmitry Khovratovich from the University of Luxembourg. The algorithm comes in three variants: Argon2d, which provides maximum resistance against GPU and ASIC attacks by using data-dependent memory access patterns; Argon2i, which uses data-independent access patterns to resist side-channel attacks; and Argon2id, a hybrid that combines both approaches. Argon2 works by filling a large memory array with pseudorandom data through multiple passes, where each block depends on previously computed blocks according to a pattern determined by the variant, then producing a final hash from the array contents.
The core innovation of Argon2 is its configurable memory-hardness, which allows users to specify the exact amount of memory, time (number of passes), and parallelism the algorithm should use. This three-dimensional tuning capability makes it extremely difficult to optimize with specialized hardware, as any implementation must allocate the specified amount of memory to compute the hash correctly. Reducing memory usage requires recomputation that dramatically increases time costs, creating a strong time-memory tradeoff defense. The Argon2d variant is particularly relevant for cryptocurrency mining because its data-dependent memory access patterns make it resistant to GPU parallel attacks — the GPU cannot predict which memory locations will be needed next, negating its massive parallelism advantage. The algorithm has been formally analyzed against various attack models and is recommended by the OWASP Foundation and IETF (RFC 9106) as the preferred password hashing method.
In the cryptocurrency space, Argon2 has been adopted by several projects seeking genuine ASIC and GPU resistance. Nimiq (NIM) uses Argon2d as its proof-of-work algorithm, enabling browser-based mining accessible to ordinary users. VerusCoin incorporates Argon2id within its VerusHash algorithm. The broader significance of Argon2 extends far beyond cryptocurrency — it is now the recommended standard for password hashing in web applications, replacing older functions like bcrypt and scrypt. Its selection as the PHC winner over 23 other candidates established it as the most thoroughly vetted memory-hard function available. The algorithm's influence on cryptocurrency design has been substantial, demonstrating that memory-hardness is one of the most effective approaches to maintaining mining decentralization, even if perfect ASIC resistance remains an elusive goal.
| # | Coin | Price | 24h % | Market Cap | Volume (24h) | Proof Type |
|---|---|---|---|---|---|---|
Discover other cryptographic algorithms similar to Argon2.