The string "bird.carp.7TsBWtwqtKAeCTNk8f" is a "QQID": a representation of a 128-bit number, constructed from two "cues" of short, common, English words, and Base64 encoded characters. The primary intended use of QQIDs is as random unique identifiers, e.g. database keys like the "UUIDs" defined in the RFC 4122 Internet standard. QQIDs can be identically interconverted with UUIDs, IPv6 addresses, MD5 hashes etc., and are suitable for a host of applications in which identifiers are read by humans. They are compact, can safely be transmitted in binary and text form, can be used as components of URLs, and it can be established at a glance whether two QQIDs are different or potentially identical. The qqid package contains functions to retrieve true, quantum-random QQIDs, to generate pseudo- random QQIDs, to validate them, and to interconvert them with other 128-bit number representations.
Version: | 1.0.3 |
Imports: | qrandom |
Suggests: | covr, digest, testthat |
Published: | 2019-04-29 |
Author: | Boris Steipe |
Maintainer: | Boris Steipe <boris.steipe at utoronto.ca> |
BugReports: | https://github.com/hyginn/qqid/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/hyginn/qqid |
NeedsCompilation: | no |
Language: | en-GB |
Citation: | qqid citation info |
Materials: | README |
In views: | Distributions |
CRAN checks: | qqid results |
Reference manual: | qqid.pdf |
Package source: | qqid_1.0.3.tar.gz |
Windows binaries: | r-devel: qqid_1.0.3.zip, r-devel-gcc8: qqid_1.0.3.zip, r-release: qqid_1.0.3.zip, r-oldrel: qqid_1.0.3.zip |
OS X binaries: | r-release: qqid_1.0.3.tgz, r-oldrel: qqid_1.0.3.tgz |
Please use the canonical form https://CRAN.R-project.org/package=qqid to link to this page.