bundy

Crates.iobundy
lib.rsbundy
version0.1.2
sourcesrc
created_at2021-05-21 02:58:55.416651
updated_at2021-10-01 01:21:05.908305
descriptionBundy data signing and verification library
homepage
repositoryhttps://github.com/kanidm/bundy
max_upload_size
id400194
size15,363
Firstyear (Firstyear)

documentation

README

Bundy

Bundy is a small library that allows verification and signatures of parcels of data. Unlike fernet which encrypts and creates opaque blobs, Bundy allows a client to inspect and see the data. It is transparent, and should NOT be used to store secrets.

Use cases are:

  • Signing cookies or tokens that a client should be able to read and parse, but not alter.
  • In place of JWT, but without many of the complications and issues that come with JWT.

Why is this named Bundy?

Fernet is named after an Italian spirit - Bundy is named after an Australian spirit.

Commit count: 8

cargo fmt