Skip to content

Scala port of NanoID, a secure and URL-friendly unique ID generator.

Notifications You must be signed in to change notification settings

ssnickolay/scala-nanoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nanoid port for Scala

CircleCI Scala.js

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

Safe. It uses cryptographically strong random APIs and guarantees a proper distribution of symbols.

Compact. It uses a larger alphabet than UUID (A-Za-z0-9_~) and has a similar number of unique IDs in just 21 symbols instead of 36.

Publish to sonatype

$ sbt +publish

About

Scala port of NanoID, a secure and URL-friendly unique ID generator.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages