auth
auth copied to clipboard
Decentralized authentication and authorization for team collaboration, using a secure chain of cryptological signatures. (Formerly known as 🌮 Taco.)
The taco-chat demo is broken when I try to run it manually, but not when the Cypress tests run. ### Steps to reproduce 1. Check out `main` (42cb906 as of...
For a graph with about 2000 links, the current implementation takes around 5 seconds and the implementation in this PR takes around 250 ms.
For a simple graph with about 1000 links, the current version takes about 6 seconds on my machine and the version in this PR takes about 100ms. `getSuccessors` also appears...
Implements the AEaH (AE-and-Hash) transform from the 'Committing Authenticated Encryption: Generic Transforms with Hash Functions' paper to prevent the invisible salamanders attack by ensuring a ciphertext can only be decrypted...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 5.4.12. Release notes Sourced from vite's releases. v5.4.12 This version contains a breaking change due to security fixes. See https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6 for more details. Please refer...
Really big fan of this library and the work that's being done in the space. I was wondering if replacing the cryptographic functions and libs with [noble](https://github.com/paulmillr/noble-curves) would reduce payload...
Often when tsconfig.json `compilerOptions.baseUrl` property is used the autocomplete of editors imports things like "util/myfile.js" instead of relatively like this "../util/myfile.js". This works when developing the project, however when the...
Hi Herb! I recently encountered an ENCRYPTION_FAILURE when I tried to connect my device with the server. I realized that the server had encrypted the seed for negotiating a shared...