-
Add a feature to unblock an ip-address from the admin settings page.
This method is far too cumbersome:
`DELETE FROM oc_bruteforce_attempts WHERE ip = 'x.x.x.x';`
-
# Lines of code
https://github.com/code-423n4/2022-03-biconomy/blob/04751283f85c9fc94fb644ff2b489ec339cd9ffc/contracts/hyphen/LiquidityFarming.sol#L59
https://github.com/code-423n4/2022-03-biconomy/b…
-
Currently the main issue with `-p` as I understand it is that we derive an initial seed from a hash password, and then continually add an offset to it to generate new private keys. Because of this the…
-
# Collection of *potential* security issues in Jellyfin
This is a non exhaustive list of *potential* security issues found in Jellyfin. Some of these might cause controversy. Some of these are desi…
-
Hello,
When I want to use the pico-hsm as a security module on some specified pico boards to do ECDSA signature.
If other guys dump the pico-hsm firmware of these board and copied the uf2 file to …
ghost updated
2 weeks ago
-
Steps to reproduce:
1. Open `/Seafile/.seafile-data/clone.db` with your favourite text editor which isn't picky or a hex viewer,
2. Search on your account name to find your passwords next to it, or …
-
Hi,
ngx.shared.DICT can usually be used for ip block lists. A cool feature that is available on modsecurity is deprecatevar which works as follow:
You define a variable which acts as a counter (for …
-
KeePassXC allows the user to modify the number of key transformation rounds. This is a tradeoff between security and decryption speed. High numbers induce a constant delay when opening a database bu…
-
Would there be a way to make it so it's not so slow? Keep it open, just locked? Something like that... It's very slow every time I need a password to decrypt the database...
-
Hi,
as far as I know, there is no limit on login attempts on the frontend.
In our case, the userbase for frontend and backend are the same with a huge overlap betweend BE and FE Users, so both …