I worked on this as an experiment to see if I could create a useful hashing algorithm for passwords to generate the hash of a password before storing the hash to a db or before comparing it to the hash in a db.I wanted some comments to find out what you thought about the algorithm.
(https://gitlab.com/heindrich.paul/passwordhashinglib)