cypherbits
cypherbits
Snuffleupagus extension can help you hardening your setup and filter dangerous commands even if you don't want to disable them at all: https://github.com/nbs-system/snuffleupagus
We changed some time ago the message encryption to use the new, safer and faster AES GCM with libsodium. But we are reusing the IV/Nonce for the same Key. AES...
After merging pull requests https://github.com/DanWin/le-chat-php/pull/75 and https://github.com/DanWin/le-chat-php/pull/76 and https://github.com/DanWin/le-chat-php/pull/77 and fixing issue https://github.com/DanWin/le-chat-php/issues/72 we should release 1.24 as a non-backward compatible release. We should remake everything for version 2.0 Question:...
Make tool windows like Layers or Outline dockable on the right bar so we can for example have the layers in a more handy way. 
Ricochet is used by many people, please, update the project. It's just a few hours of work. @special @s-rah
Image processing on PHP is one of the most used use-case. Many still use GD library which is slower than ImageMagick just for the sake of security... Making an official...
Rule templates would be a new feature useful for things like Tor Browser and other apps + temporary rules. Or maybe as a workaround for the issue https://github.com/evilsocket/opensnitch/issues/543 .
I have a question: Rustodon vs Plume (https://github.com/Plume-org/Plume) ? Different features? Why not join projects?
Hi, it would be ok for checksec to add a "how to fix" the kernel security issues? A suggestion like adding a line on sysctl or kernel config file etc....
Hello, Is it possible to disable automatic request parsing? At least in version 3 it parses like this: > JSON requests are converted into associative arrays with json_decode($input, true). >...