+ 2
Can anyone explain me why sometimes the length of the password is not 8?
4 Answers
+ 6
It'll always be eight chars, but several chars in the range 0-100 are not printable
+ 4
For not printable chars I get an âĄ
Here is an ascii table:
https://theasciicode.com.ar/american-standard-code-information-interchange/ascii-codes-table.png
As you can see the printable characters starts with 32 (a white space) and ends at 126 (~).
I would start with 33 (!).
I am not sure about 127 - 255.
+ 1
Anna ok, thanks.
+ 1
Denise RoĂberg Yeah, thanks I saw the the table.and changed it