There are 0 repository under crockford topic.
The uuidkey package encodes UUIDs to a readable Key format via the Base32-Crockford codec.
Base64/32/16 encoding/decoding for React Native written in C/C++ and JSI.
A Kotlin Multiplatform library for configurable, streamable, efficient and extensible Encoding/Decoding with support for base16/32/64.
Probably notes on Crockford's famed Javascript, the Good Parts!
A Base32-Crockford encoded API Key generator, validator and converter to turn UUIDs into human readable API Keys for Golang
.NET Standard version of the crockford-base32 library formerly available on CodePlex.
The uuidkey package generates secure, readable API keys by encoding UUIDs using Base32-Crockford with additional security features.
Safe number conversion between arbitrary bases.
JavaScript: The Good Parts (by Douglas Crockford)
Encode UUIDs to readable keys with Crockford base32
Crockford's Base32 encoding with checksum implemented
Express numbers in a form that can be conveniently and accurately transmitted between humans and computers.
A fast little-endian implementation of Douglas Crockford's Base32 specification.
More or less from https://crockfordbase32.codeplex.com/ and ported to NetStandard - from @tathamoddie
base_encoding is a compact and standalone encoding library that provides at the moment support for encoding and decoding various bases such as Base16, Base32 (various variants), Base58 (various variants) and Base64 (various variants).