All Projects → deletescape → shortid

deletescape / shortid

Licence: MIT license
Super short, fully unique, non-sequential and URL-friendly Ids

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to shortid

hashids.sql
PL/pgSQL implementation of hashids library
Stars: ✭ 40 (+100%)
Mutual labels:  id, shortid
tsid-creator
A Java library for generating Time Sortable Identifiers (TSID).
Stars: ✭ 16 (-20%)
Mutual labels:  id, shortid
ids
高效的分布式id生成器,每个客户端实例tps可达到100万,服务端毫无压力。即使服务端宕机了,id生成依然可用。支持多数据中心,支持id加密。
Stars: ✭ 47 (+135%)
Mutual labels:  id, ids
ulid-creator
A Java library for generating Universally Unique Lexicographically Sortable Identifiers (ULID)
Stars: ✭ 38 (+90%)
Mutual labels:  id
urbit-visor
Urbit Visor is an extension which transforms your web browser into a first class Urbit client.
Stars: ✭ 65 (+225%)
Mutual labels:  id
prickly-pete
A script using Docker to quickly bring up some honeypots exposing lots of services. For research, reconnaissance, and fun. (DISCLAIMER may not be fun, not to be taken internally, aim away from face)
Stars: ✭ 29 (+45%)
Mutual labels:  ids
gid
Golang 分布式ID生成系统,高性能、高可用、易扩展的id生成服务
Stars: ✭ 55 (+175%)
Mutual labels:  id
hide
ID type with marshalling to/from hash to prevent sending IDs to clients.
Stars: ✭ 45 (+125%)
Mutual labels:  id
sandid
Every grain of sand on Earth has its own ID.
Stars: ✭ 39 (+95%)
Mutual labels:  id
verify-apple-id-token
Verify the Apple id token on the server side.
Stars: ✭ 49 (+145%)
Mutual labels:  id
shortid
Short id generator
Stars: ✭ 37 (+85%)
Mutual labels:  id
goimpulse
高可用,高性能的分布式发号服务
Stars: ✭ 17 (-15%)
Mutual labels:  id
cedula-panama
Validador javascript de la cédula de panama. A javascript validator of the Panamenian id (cedula)
Stars: ✭ 26 (+30%)
Mutual labels:  id
leafserver
🍃A high performance distributed unique ID generation system
Stars: ✭ 31 (+55%)
Mutual labels:  id
rig
RIG - A Randomised ID Card Generator
Stars: ✭ 20 (+0%)
Mutual labels:  id
chinaid
🇨🇳中国大陆身份证号解析/校验
Stars: ✭ 18 (-10%)
Mutual labels:  id
mongoose-auto-increment-reworked
An auto-incrementing field generator for Mongoose 4 & 5
Stars: ✭ 17 (-15%)
Mutual labels:  id
DocumentReader-iOS
iOS Framework for reading and validation of identification documents
Stars: ✭ 54 (+170%)
Mutual labels:  id
hashids.pm
Hashids, ported for Perl
Stars: ✭ 15 (-25%)
Mutual labels:  ids
firewall-controller
A kubernetes controller running on bare-metal firewalls, creating nftables rules, configures suricata, collects network metrics
Stars: ✭ 37 (+85%)
Mutual labels:  ids

Generator of unique non-sequential short Ids

Kotlin port of shortid (the GO version), refer to their README for now.

Todo

  • Port everything
  • Basic acceptance testing (manual + unit)
  • Port all (applicable) unit and integration tests
  • Benchmark
  • Improve documentation, adapt for Kotlin
  • Publish as library
  • Evaluate Kotlin multiplatform implementation
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].