-
Argon2 is now available in the `golang.org/x/crypto/argon2` package. https://godoc.org/golang.org/x/crypto/argon2
Note: As of 2017-01-07, the Golang implementation chose to only expose Argon2i whic…
-
Currently libsodium is brought in for 2 imports:
* Argon2I
* Ed25519 key pairs
But neither of these code utilities are used by most apps. I cant even see usage of these within cosmJS. This is cau…
-
### System information
Type | Version/Name
--- | ---
Distribution Name | Armbian Buster
Distribution Version | 21.05.2
Linux Kernel | 5.10.34-meson64
Architecture | aarch64 (S905X3/Cortex-A55)…
-
That would be consistent with https://symfony.com/doc/current/security/form_login_setup.html
```yaml
access_control:
- { path: ^/login$, roles: IS_AUTHENTICATED_ANONYMOUSLY }
```
-
## Hashing passwords are a really important component of an authentication system!
You have two options nowadays that are equally plausible.
* bcrypt/blowfish (they're the same)
* Argon2i
I woul…
-
Literature review for the Key-Derivation Function **Argon2**
-
### The problem you're addressing (if any)
LUKS has default KDF parameters which allow it to be used on a wide spectrum of hardware. Qubes OS has very significant base system requirements, and Qube…
-
**Is your feature request related to a problem? Please describe.**
The current encryption system is quite rigid.
**Describe the solution you'd like**
Information such as
- number of threads used…
-
### ⚠️ This issue respects the following points: ⚠️
- [X] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [ ] This issue is **not** already reported on Github _(I've …
-