https://github.com/christoffercarlsson/autograph
The Autograph Protocol
https://github.com/christoffercarlsson/autograph
authentication chacha20-poly1305 cryptography decentralization diffie-hellman ed25519 elliptic-curves freedom hkdf identity ownership privacy security verification x25519
Last synced: 8 months ago
JSON representation
The Autograph Protocol
- Host: GitHub
- URL: https://github.com/christoffercarlsson/autograph
- Owner: christoffercarlsson
- License: unlicense
- Created: 2024-10-17T08:02:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T15:29:41.000Z (over 1 year ago)
- Last Synced: 2025-03-13T02:47:51.077Z (over 1 year ago)
- Language: C++
- Size: 1.94 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Autograph Protocol
Autograph is an open, modular cryptographic protocol that implements a
decentralized credential management system. It is efficient enough to run on
virtually any type of device, completely offline.
> [!WARNING]\
> The security of this protocol and its source code has yet to be independently
> audited. Make your own judgement on whether or not the current state of this
> project is a good fit for you. USE AT YOUR OWN RISK!
## License
The source code in this repository is licensed under [The Unlicense](./LICENSE).