Bit strength of JSESSIONID?
Our security folks are proposing new coding standards, one being "Use session identifiers of at least 128 bits long". Sorry if I missed it, but I can't find how many bits is JSESSIONID, does anyone know?
Our security folks are proposing new coding standards, one being "Use session identifiers of at least 128 bits long". Sorry if I missed it, but I can't find how many bits is JSESSIONID, does anyone know?
You should be able to work this out for yourself.
Looking @ a jsessionid value, you can see it's a 36 digit hexadecimal number. Each hexadecimal digit is four bits long. 36x4=144 bits.
As an aside, I'm rather surprised it's 36 digits long, rather than just a UUID (32 digits long). Anyone else know why?
--
Adam
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.