Anton Gyllenberg
Anton Gyllenberg
Cool! Some questions/notes: Why was key=SHA256(password) chosen instead of a dedicated key derivation function such as scrypt? The chunk file names are not encrypted and if I understand correctly, this...
Thank you for taking the time to answer! What kind of threats is the encryption intended to protect against? I was thinking of something like the [Restic threat model](https://restic.readthedocs.io/en/latest/100_references.html#threat-model). For...
I am assuming that the attacker has an encrypted chunk file, but not the password or the AES key. I also assume that using a password implies that the effective...
For the mosquitto server, yes. For the client (mutual TLS), if you want to use e.g., `use_identity_as_username`, then last time I looked it wouldn't work as mkcert doesn't set a...
I've been using this for a while now without problems. Would be really cool to have this merged as the current mod staleness calculation can't be trusted (#827).
This is still present in GopherJS 1.11-1. To reproduce with the files below, first build foo/use. Then add the member C to foo.Foo. Rebuilding foo/use incorrectly uses the archive foo/factory/factory.a...
In the stated use case where there is say `assets_vfsdata.go` that is committed to version control, then that means the necessary info is already contained in that file. I don't...
About not finding list concatenation in the spec, I instead found #1677 , which suggest removing list concatenation using the + operator, and mentions that it is already removed from...
I think the issue title is clear, and it is true that Value.Attribute() only returns field attributes and not struct attributes. But I don't understand the example/reproducer and the issue...