Generate (secure) random things
Generate (secure) random things
(random-bigint bits)(secure-base62-str bits)Generates a cryptographically secure random alphanumeric (base62) string.
bits is an integer representing the number of bits of entropy, this
should be a multiple of 8.
Generates a cryptographically secure random alphanumeric (base62) string. `bits` is an integer representing the number of bits of entropy, this should be a multiple of 8.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |