crockford
There are 18 repositories under crockford topic.
jeremybarbet/react-native-jsi-base-coder
Base64/32/16 encoding/decoding for React Native written in C/C++ and JSI.
05nelsonm/encoding
A Kotlin Multiplatform library for configurable, streamable, efficient and extensible Encoding/Decoding with support for base16/32/64.
ahmaazouzi/js_good_parts
Probably notes on Crockford's famed Javascript, the Good Parts!
siesgstarena/uuidapikey
A Base32-Crockford encoded API Key generator, validator and converter to turn UUIDs into human readable API Keys for Golang
archer884/crockford
Base32 encoding for 64-bit values.
jonsagara/crockford-base32-core
.NET Standard version of the crockford-base32 library formerly available on CodePlex.
archer884/weird
Crockford-ish Base32 encoding.
niamtokik/berl32
Quick and Dirty Crockford Base32 Erlang Implementation
ocubom/base-convert
Safe number conversion between arbitrary bases.
agentstation/uuidkey
The uuidkey package encodes UUIDs to a readable Key format via the Base32-Crockford codec.
archer884/quickford
Crockford encoding in .net
xiankui/javascript-the-good-parts
JavaScript: The Good Parts (by Douglas Crockford)
pat-jpnk/Crockford-Base32
Crockford's Base32 encoding with checksum implemented
simonsinclair/n32
Express numbers in a form that can be conveniently and accurately transmitted between humans and computers.
starulli/crockford32
A fast little-endian implementation of Douglas Crockford's Base32 specification.
ctolkien/Crockford-Base32-Encoder
More or less from https://crockfordbase32.codeplex.com/ and ported to NetStandard - from @tathamoddie
honzahommer/base32.js
Base 32 for JavaScript
ron4fun/base_encoding
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).