Custom password security algorithm? [duplicate]

How secure would it be if you applied custom algorithms (that you obviously wouldn’t reveal to the public) to a hashed password? Like splitting up a hashed string, shuffling it around, possibly even do something else with it to further shuffle it. Then shuffle it back and compare the user’s input to the original hash.

Then the next question, all of this shuffling is code, in a class, in a file. Can this not be reverse-engineered or somehow retrieved in some way?

Continue reading Custom password security algorithm? [duplicate]

Can we implement custom algorithms to encode and decode wifi password hashes between Windows 10 and our Router?

Windows 10 has its own way of encrypting hashes, but these can be brute-forced by hashcat. One of our students created 2 of his own password encryption algorithms in python (One for encode, one for decode). Is there a way we … Continue reading Can we implement custom algorithms to encode and decode wifi password hashes between Windows 10 and our Router?