88 skills found · Page 1 of 3
dromara / DongleA simple, semantic and developer-friendly crypto package for golang
ElfSundae / Laravel HashidObfuscate your data by generating reversible, non-sequential, URL-safe identifiers.
dhondta / Python CodextPython codecs extension featuring CLI tools for encoding/decoding anything
SkillPanel / Friendly IdJava Friendly Id for UUID
tuupola / Base62Base62 encoder and decoder for arbitrary data
ssg / SimpleBase.NET library for encoding/decoding Base16, Base32, Base45, Base58, Base62, Base85, and Multibase.
base62 / Base62.jsA Base62 encode/decoder for node
jxskiss / Base62Compact and high performace implementation of base62 algorithm for Golang.
lee-lou2 / Url Shortener[Rust] URL Shortener
sindresorhus / Base62Encode & decode strings, bytes, and integers to Base62
suminb / Base62Python module for base62 encoding; a URL-safe encoding for arbitrary data
sudhirj / Shortuuid.rbConvert UUIDs & numbers into space efficient and URL-safe Base62 strings, or any other alphabet.
marksalpeter / TokenA simple base62 encoded token library for go, ideal for short url services.
seruco / Base62Base62 Encoder/Decoder for Java
polygonplanet / Lzbase62Compress and encode strings into base62 [0-9a-zA-Z] using an original LZ-based algorithm in JavaScript.
daangn / UrlpackPure JavaScript toolkit for data URLs (MessagePack, Base58 and Base62)
JackDanger / AlphadecimalBase62 encoding and decoding to turn numbers into very compact strings
eknkc / BasexArbitrary base encoding in GO
wadelau / Base62xBase62x is an alternative approach to Base 64 without symbols in output. 无符号的Base64编码解码方案.
jtzemp / Base62Base62 monkeypatches Integer to add an Integer#base62_encode instance method to encode an integer in the character set of 0-9 + A-Z + a-z. It also monkeypatches String to add String#base62_decode to take the string and turn it back into a valid integer.