-
-
Your treatment of entropy per letter in the attributes (and as explained in your blogs) is interesting, but I think that to ensure a passphrase will not be too short, one must consider the number of w…
-
We need to change this error message - it tells hackers to move on to a different e-mail:
![image](https://cloud.githubusercontent.com/assets/8770069/9041342/a78f0082-39d5-11e5-8ade-d1cd6d5a01b4.png)…
-
## Expected Behavior
It should be possible to blacklist IPs if certain behaviour patterns are matched more than a defined amount in a defined timespan. This should automatically reset itself after
…
M4LuZ updated
6 years ago
-
Add Brute Force Protection like Fail2Ban.
https://github.com/nextcloud/server/pull/479
-
Right now `std` and [`getrandom`](https://github.com/rust-random/getrandom) essentially duplicate each other. And Rust already depends on `rand` (via `tempfile`) which in v0.7 will use `getrandom`. So…
-
Hi Folks,
I just have a couple of question to ask regarding the system and hopefully you will be able to let me know of the answers:
In terms of other pcaps that could be used for the system, wo…
-
I'm alarmed to see this at https://github.com/chriszarate/supergenpass/wiki/FAQ
> SuperGenPass uses a one-way hash algorithm (base-64 MD5) to generate passwords. Specifically, it concatenates the mas…
-
https://wfuzz.readthedocs.io/en/latest/user/basicusage.html#
```
Options:
-h : This help
--help : Advanced help
--version …
-
Right now we secure the connection between the webview and Express-PouchDB using a secret sent in the clear over HTTP on localhost. Eventually the connection will be encrypted but in the meantime the …