Skip to content

Commit

Permalink
mention hairnet and link to fernet spec
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Nov 28, 2023
1 parent e7e43d0 commit 9bed283
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Bearnet

Implementation of fernet, but using XChaCha20Poly1305 (following [unofficial version 3](https://github.com/mikelodder7/fernet/blob/deccfda5ff8d3c407175a2eace570bd4b7adc5ad/specs/version3.md)).
> Name is partially inspired by [hairnet](https://github.com/ferd/hairnet)
Implementation of [fernet](https://github.com/fernet/spec/blob/20dead475f53f11d20592baf29ad697163afc0cd/Spec.md), but using XChaCha20Poly1305 (following [unofficial version 3](https://github.com/mikelodder7/fernet/blob/deccfda5ff8d3c407175a2eace570bd4b7adc5ad/specs/version3.md)).

### Cryptography

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bearnet",
"version": "0.1.1",
"version": "0.1.2",
"description": "Fernet using XChaCha20Poly1305 and base64-url-no-pad",
"license": "(MIT OR Apache-2.0)",
"author": "Berend Sliedrecht <[email protected]>",
Expand Down

0 comments on commit 9bed283

Please sign in to comment.