
Session-token is a script, using the Session::Token module, to create session tokens, password reset codes, temporary passwords, random identifiers, etc.
It performs a similar task as `openssl rand -base64 16' but is more flexible regarding the alphabet used, and can efficiently generate a large number of random tokens.