2.0.0 • Published 6 years ago

crid v2.0.0

Weekly downloads
2
License
LGPL-3.0
Repository
-
Last release
6 years ago

Crid - The cryptographic ID serializer

Build Status Coverage Status

It takes one or two Numbers and encodes them as a 11 char short-url in a way that:

  • appears random
  • is hard to enumerate and predict

It is also especially built to be tiny, with:

  • zero dependencies
  • ~130 source-lines-of-code

Under the Hood, it uses the easy to implement Speck Cipher and Base58 encoding.

Apart from that, it is a testbed for my personal rust experiments :-)