Argon2 Solver A Python package to solve Argon2-based challenges. Installation: ```sh pip3 install . ``` Usage: Run the script using: ```sh argon2-solver "memory_cost:time_cost:salt:difficulty" ```