Joshua Thijssen
Joshua Thijssen
proposal: - we add a soft-delete - we have a grace period (of X days) - afterwards we delete the account from the key resolver
Also add https://github.com/ethereum/go-ethereum/blob/28080463d2834dfc4e36061930ad721bf8a2482f/crypto/ecies/ecies.go#L232 so we can do ecdsa encryption as well
The paramconverter was changed recently which allows some of the functionality that multiparambundle has. It might be a good idea to check out what is still missing and port it...
ok.. i'm so far that I can extract the "notes" from the file. Checksum checks out, i've got an iv, but it needs a derived key from the master password...
It seems that the logSessionKey is created from WallSessionKey, which is a key generated from the master password and a constant log session salt.. (sorry for the rubber ducking :duck:)...
I've got the computer masterkey matching the verification (yay!). The next step is to compute the key and iv for the aes-256-cbc decryption, which I think i did right (i...
This links to #369
The panic's we can fix in the #380 ticket. It's already in the issue list. This way we keep the PR's a bit smaller. I think most of the issues...
> Is this an updated version of #433 or something completely new? This is new.. I'll close the other one
I'm currently busy with the implementation of the css3 parser. We have the "general parser" which is the one @neuodev has written, but it needs to have more specific parsers...