Can I brute-force a password hash even if I don't know the underlying algorithm?
For example if I gotget hold of a hashdatabase with password hashes and perhaps even know the input for thatused hash algorithm is unknown, like a random mix of SHA/MD5/Bcrypt/custom/Salt/Pepper. Can I
Will a password cracking expert still be able to brute force it even if the algorithm used ispassword hashes?
I also guess (for a mixpublic web site) that you can at least create your own "account" with a known password, so you have perhaps one known input->hash pair. Will that be of bcrypt/sha and some custom "randomization"any use?