AnomalRoil
AnomalRoil
While I was able to prove that _oee_ has **perfect secrecy**, is **semantically secure**, benefits from the (strict) **avalanche effect** and is **IND-CCA2**, I wasn't able to prove it non-singular,...
I'm trying to load a key from disk, but I don't know before loading it if that's a private key or a public key. I couldn't find the "proper" way...
I need to perform hash to curve on G1, like this: https://github.com/kilic/bls12-381/blob/6045b0235e36793a56ad254cc6d2af650c3a584f/g1.go#L827-L846 Is that currently possible with Noble? I wasn't able to find the required function. If not, would you...
### Summary We've been asked quite often to provide a way to conceal the file structures (#1560, #673), and I recently noticed that there is a [Tomb extension](https://github.com/roddhjav/pass-tomb) for `pass`....
We might want to have a negative test that tests that `json.NewDecoder` fails when decoding the buggy entries in the password rules list, so that once it won't fail any...
### Summary It used to work. ### Steps To Reproduce Create a new secret `t1` containing: ``` secret User: test ``` Display it (with `safecontent` set to `true`): ``` $...
I've noticed it happens often to me to "forget" a flag or to suddenly want to add one and it's way easier to add it at the end instead of...
We thought we had fixed it already, but as per the discussion in #1724 this is still not working. There are 2 issues: 1. We are still exiting the updater...
### Summary When using the templating function we can produce SSHA256 or SSHA512 sums of the passwords, but this is only done with random salt at the moment, it is...
### Summary When inserting a key to a secret which is in plain format, the key is not inserted, but it doesn't error out. This is a problem since it...