https://github.com/t-bast/macaroons
Macaroons are tastier cookies (and french!)
https://github.com/t-bast/macaroons
cryptography macaroons
Last synced: about 1 month ago
JSON representation
Macaroons are tastier cookies (and french!)
- Host: GitHub
- URL: https://github.com/t-bast/macaroons
- Owner: t-bast
- License: apache-2.0
- Created: 2020-05-23T10:37:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T10:04:59.000Z (about 6 years ago)
- Last Synced: 2025-02-28T05:00:10.025Z (over 1 year ago)
- Topics: cryptography, macaroons
- Language: Scala
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Macaroons
[](https://travis-ci.org/t-bast/macaroons)
[](LICENSE)
This library implements macaroons as described in the paper
["Macaroons: Cookies with Contextual Caveats for Decentralized Authorization in the Cloud"](https://research.google/pubs/pub41892/).
It uses HMAC-SHA256 and AES-GCM.
This is a work-in-progress and **should not be used in production**.