|
looking for module - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Developer (https://hashcat.net/forum/forum-39.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-40.html) +--- Thread: looking for module (/thread-13425.html) |
looking for module - misterapple282 - 11-23-2025 hi! i’m looking for this module sha1(salt.sha1(salt.sha1(password)) example п
salt: 01rIbTytUx300851
plaintext: romeoandjuliet
digest: 52cc8adbd7a00d40973c174f297833944162451d
RE: looking for module - nick8606 - 11-23-2025 misterapple282, algorithm sha1($salt.sha1($salt.sha1($pass))) already exists (module 13900). But your example isn't match with this algorithm. RE: looking for module - misterapple282 - 11-23-2025 (Yesterday, 07:44 AM)nick8606 Wrote: misterapple282, algorithm sha1($salt.sha1($salt.sha1($pass))) already exists (module 13900). Hello! Thank you for answer. Yes, i know that my example isn't match with this algorithm, but i need it for my course work. So, i'm looking for someone who can rewrite that module for me |