I have been doing a lot of research lately on secure hashing algorithms, good ways to inhibit hackers, many different ways to mess up encryption, etc., and I'm fairly certain that my hashing algorithm is entirely uncrackable. For those of you who don't know me, that was a joke.
I did put forth my best effort to develop the strongest implementation of the hash that I could for passwords though, and it is versatile in usage and should be resistant to all kinds of malice.
Twenty seventh step complete; here is some sample output, in both integer and hex form (I can easily change the salt, iterations, and key size):
Next, I'll need to implement a good two way encryption algorithm in order to insure Fragile against two things:
- Hackers trying to steal your password as you set or change it.
- Hackers trying to view, inject, and/or manipulate packets being sent between Fragile and Durable (the server).
No comments:
Post a Comment