This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Following on from @paulfurley's great change to /dev/urandom in b4eafed, I've implemented @robyoung's comment on #262 to shorten the token length to 64 characters. I've also increased the characters included from a-f0-9 to a-zA-Z0-9. I don't really want to make big assertions about cryptography, but this has reduced the key space from 10^154 to 10^114, so I think we're probably still ok.
- Loading branch information