Results 312 comments of El RIDO

As promised, but later then anticipated, I did create those Verifpal models and they can be found and played with at https://github.com/PrivateBin/Verifpal All of the questions fail verification - the...

guarded values in Verifpal: I had tried it, but it makes no difference for our case, because (from the manual) "while an active attacker can still read it, they cannot...

We should avoid re-using the key for some other purpose then as the secret in the KDF as that would weaken the KDF or the crypto - these really need...

With the addition of the composer.json it is a logical step to eventually publish it on packagist. We could also look into other web application package managers like [sandstorm](https://docs.sandstorm.io/en/latest/vagrant-spk/packaging-tutorial/). And...

We need to maintain the composer file anyway for one of the code checkers. So why not go the additional step and publish it on composer? And if a few...

I just found [someones dockerfile](https://hub.docker.com/r/wonderfall/zerobin/) for PrivateBin. I'm unfamiliar with Alpine Linux, but it seems to be a very compact distro (busybox, small libc) making optimal for container images. I'll...

That is very cool, thank you for considering it! In case this information can help others, here are my notes from back when I had started looking into packaging it...

The filename is of course saved and could easily be displayed. The size isn't saved, but can be retrieved from the [window.Blob](https://developer.mozilla.org/en-US/docs/Web/API/Blob) object the file is stored in, after decryption....

Oh boy: I envision the imagemagick/graphicsmagick library getting embedded into the app as wasm. ;-)

Hi, This is totally possible, but since the English language is the default, you need to edit the message IDs in the source code (and all translations, in case you...