Results 65 comments of Marco Primi

@ryan-williams Interesting ideas!

Very interesting proposal! Hit me up privately if you want to talk.

Indeed, in the current form you need to run an HTTPS server locally to use the creator. The README in that folder contains some more details. https://github.com/mprimi/portable-secret/tree/main/creator

See also: https://github.com/mprimi/portable-secret/issues/8

> > Just a comment, instead of comparing the raw bufs, why not compare the strings directly? > > I tried to follow the existing code's usage of raw bufs...

I agree, the README should explain the encryption scheme.

Added a detailed description of encryption & decryption to readme in https://github.com/mprimi/portable-secret/pull/39 See https://mprimi.github.io/portable-secret/#cryptography

@julieqiu @toothrot should this be tagged `fuzz`? (issue still present exactly as described as of 1.20.x)

I have a repro for this issue, as described by @rsc. In my specific case usually fails within seconds during the `gathering baseline coverage` phase. In my case it looks...

@bcmills The original issue (by @rsc) describes a case where the fuzzer misbehaves and terminates with `fuzzing process hung or terminated unexpectedly: exit status 2`. It leaves behind a seed,...