An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.4% on proxy.golang.org
Top 0.2% dependent packages on proxy.golang.org
Top 0.2% dependent repos on proxy.golang.org
Top 3.7% forks on proxy.golang.org
Top 0.1% docker downloads on proxy.golang.org

proxy.golang.org : github.com/dchest/uniuri

Package uniuri generates random strings good for use in URIs to identify unique objects. Example usage: A standard string created by New() is 16 bytes in length and consists of Latin upper and lowercase letters, and numbers (from the set of 62 allowed characters), which means that it has ~95 bits of entropy. To get more entropy, you can use NewLen(UUIDLen), which returns 20-byte string, giving ~119 bits of entropy, or any other desired length. Functions read from crypto/rand random source, and panic if they fail to read from it.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/dchest/uniuri
Keywords: golang , random , random-string , secure , uuid
License: CC0-1.0
Latest release: over 2 years ago
First release: over 2 years ago
Namespace: github.com/dchest
Dependent packages: 746
Dependent repositories: 1,364
Stars: 411 on GitHub
Forks: 42 on GitHub
Docker dependents: 176
Docker downloads: 4,324,876,875
See more repository details: repos.ecosyste.ms
Last synced: 1 day ago

    Loading...
    Readme
    Loading...