Skip to content
/ bundy Public

Bundy is a library that allows simple data signatures

Notifications You must be signed in to change notification settings

kanidm/bundy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Bundy is a library that allows simple data signatures

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages