API Reference Nanoid v#3.0.0-rc.1

Copy Markdown View Source

Modules

Elixir port of NanoID (https://github.com/ai/nanoid), a tiny, secure URL-friendly unique string ID generator.

Configuration module used by NanoID generators to get the required configuration.

Generate a URL-friendly unique ID using the non-secure, predictable :rand PRNG.

Generate a secure URL-friendly unique ID using :crypto.strong_rand_bytes/1.