David Dahl
David Dahl
Growl on MacOS and libnotify on Linux is required for DOMCrypt to work. Need to implement a work-around, better yet do away with the notifications and create an event that...
I noticed in https://github.com/amark/gun/blob/edf6c5f38dc2ad40d097814974bc8b27a504295c/gun.js#L18 That String.random is used to encrypt passwords, etc. Math.random is not cryptographically secure: https://stackoverflow.com/questions/5651789/is-math-random-cryptographically-secure One should just use `window.crypto.getRandomValues` as it actually uses the OS' random...
Not sure why, but `copy to clipboard` in the proofs tab fires multiple times
For now, this is `Reddit` and `Github`. This is mainly a UI issue in the Proof Component
*WIP* Do not merge fixes #53 and begins work to support W3C verifiable claims, see: https://w3c.github.io/vc-data-model/ - [x] New VC claim / proof format - [ ] Verify new VC...
depends on #10 - still need to expose API that PEM-encodes the signature Must put PEM-encoded signature into the proof and PEM-encoded public key When verifying the proof, must convert...
*edit* `Looks like a lot of this issue is confusion of key types and not understanding all formats` I have spent a little bit of time figuring out the round...
Need to be able to delete a proof from leveldb and if pinned, remove the pin
PLAN.md is a stream-of-consciousness-like document - it needs to be re-organized and updated with the latest thoughts and completed tasks.
Pull proofs off of reddit urls use reddit API to check username validity, grab proof data, validate and verify