I'm setting up a login system for my projects. So far I understand that if you usually use sessions, preferably.
article says that it is a good practice to use session ids that are at least 128 bits in size and with 64 bits of entropy, to make id guessing difficult.
Does anyone have any tips for generating an id with these characteristics?
It seems to be only a randon from 0 to 340.282.366.920.938.463.463.374.607.431.768.211.456 (or something nearby)
I think it's easier to work with an alphanumeric string, right? (with unns 26 digits)