encid
ID encoder
Protects sensitive integer IDs by encoding and decoding them with encryption keys.
3 stars
2 watching
0 forks
Language: Go
last commit: 9 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
n10v/id3v2 | A Go library for decoding and encoding ID3 tags in audio files. | 338 |
segmentio/encoding | A Go package providing efficient encoding and decoding APIs for various data formats. | 996 |
ake-persson/encoding | Provides a generic interface to encode and decode data in a platform-agnostic way. | 9 |
danielgindi/node-autodetect-decoder-stream | An iconv-lite stream that detects the encoding of input data and falls back to a specified fallback encoding. | 31 |
containerd/imgcrypt | A package providing APIs and tools to support encryption of container images. | 368 |
mitchellvanw/hashids | Provides a simple way to encode and decode unique identifiers in web applications. | 106 |
matoous/go-nanoid | Provides a cryptographically strong random ID generator with adjustable length and character set for use in various applications. | 1,292 |
fnord0/hurl | A tool for encoding and decoding various data formats, including hexadecimal, URLs, base64, and binary files. | 72 |
sija/base62.cr | A library that encodes numbers using a compact set of characters (Base62) and provides decoding functionality. | 10 |
canscale/lexicographic-encoding | A library that provides a way to encode integers in a lexicographically sorted manner | 1 |
emvi/hide | A package to convert internal numeric IDs into hidden, hash-based identifiers for secure data exposure control | 69 |
mozillazg/go-unidecode | Converts Unicode text to its closest ASCII transliteration | 130 |
go-audio/wav | A Go library for decoding and encoding WAV audio files. | 309 |
zelark/nano-id | A Clojure library for generating unique URL-friendly string IDs | 191 |
gofrs/uuid | A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats. | 1,581 |