I'm trying to find on the Internet some manual, guide or policy secure about
applications should not convert lower string to upper string to store as password
I mean, don't make "testpassword123" into this "TESTPASSWORD123".
I have read a lot of recommendations, but I need some explicit documment that tells we "you should not upper the string when saving it as a password", explicit as that.
Thanks a lot by the help until now.
page 3-8, but it's not "DON'T DO THAT" exactly.
– Felipe M Mar 30 '15 at 13:21Your guideline will be fine without that exception, don't worry.
– Batuhan Mar 30 '15 at 14:30