-
### Describe the bug
I am using following rules to enforce strong password. Though it enforces strong password but it allows me to change the password using wrong current password.
```
security.p…
-
I am struggling with finding examples for OpenWall's bcrypt implementation that use crypt_gensalt_rn and crypt_r that also explain in depth exactly what is happening in terms of input, settings etc an…
-
Port software pls to IBM Power AIX or CentOS 8 ppc64le. I can help with hardware and operation system
-
The current handling of the KDF functionality is somewhat suboptimal in my opinion.
two variables: `KDF` for `pbkdf` & `ARGON2` für argon2
[check and setting both variables](https://github.com/dyn…
-
See:
*
*
*
-
quoting https://security.stackexchange.com/questions/261902/argon2-vs-sha-512-whats-better-in-my-case/261925#261925
>Multiple judges for [the Password Hashing Competition](https://www.password-hash…
-
Hi RBM dude,
I dropped an issue here before about different miner versions and benching all available permutations to see if any are still faster.
I've done that on my 1050Ti and Ryzen 5 2600.
…
-
### Describe the bug
SDDM doesn't work with fingerprint login - the whole thing appears to be "stuck".
Arch wiki [says](services.xserver.displayManager.defaultSession) it should work.
The same se…
-
I notice that in 6b9f850a1654e2d176eb3e59a51a275c9f224ab7 we got:
```diff
-#define MAX_KEYS_PER_CRYPT 1
+#define MAX_KEYS_PER_CRYPT 2
-#define OMP_SCALE 16
+#define O…
-
Encrypting hashed passwords is a good practice. The idea behind this being that encryption keys and hashed passwords are typically stored in different locations (application vs database), so that comp…