I don't know much about crypt, so here it goes. Why does crypt not generate a unique "word"? Here's an example.
This means that if that persons pass is "omdearirox" and they enter "omdearirx" it will still log them in. This is frustrating, and I don't like how thats done. I feel like removing pass encryptions, but I'm not sure if I should. Can I get some insight about this?
formpass Kuja omdearirox
Those two arguments encrypted result in: om9Ml5p7UxIwg
formpass Kuja omdearirx
Those two arguments encrypted result in: om9Ml5p7UxIwg
This means that if that persons pass is "omdearirox" and they enter "omdearirx" it will still log them in. This is frustrating, and I don't like how thats done. I feel like removing pass encryptions, but I'm not sure if I should. Can I get some insight about this?