# Nanoid v3.0.0-rc.1 - Table of Contents

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

## Pages

- [Nanoid port for Elixir](readme.md)
- [Changelog](changelog.md)

## Modules

- [Nanoid](Nanoid.md): Elixir port of NanoID ([https://github.com/ai/nanoid](https://github.com/ai/nanoid)),
a tiny, secure URL-friendly unique string ID generator.
- [Nanoid.Configuration](Nanoid.Configuration.md): Configuration module used by NanoID generators to get the required configuration.

- [Nanoid.NonSecure](Nanoid.NonSecure.md): Generate a URL-friendly unique ID using the non-secure, predictable `:rand` PRNG.
- [Nanoid.Secure](Nanoid.Secure.md): Generate a secure URL-friendly unique ID using `:crypto.strong_rand_bytes/1`.

