-
This KDF seems to be a homebrew thing https://github.com/skeeto/enchive/blob/master/src/enchive.c#L664
why not use scrypt?
how was this particular KDF designed? is it based on some literature? n…
-
Sorry for such as a simple thing, but is their a feature to delete the history for a certain page? I looked all over, and all I could find is the "Copy" button.
Or do I need to actually go into the…
-
Is it possible, like with WPA-2 to capture a handshake, to get the drive's encryption key and use your cloud resources to accelerate cracking?
-
There's FFI bindings for it here: https://github.com/thibaultCha/lua-argon2-ffi
C source (reference code) here: https://github.com/P-H-C/phc-winner-argon2
RFC: https://www.rfc-editor.org/rfc/rfc9106…
-
In many places size_t and uint32_t types are used for the same things.
For example saltlen is size_t in argon*_hash* functions and uint32_t in Argon2_Context and argon2_encodedlen.
This makes my…
-
[According to OWASP](https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html), these are equivalent:
> m=47104 (46 MiB), t=1, p=1 (Do not use with Argon2i)
> m=19…
-
I was asked yesterday on IRC if it's safe to change the `Default password scheme`, I said no but I'm wrong. **It is safe to change `Default password scheme`** but there is one caveat.
When Modoboa…
ghost updated
7 months ago
-
Maintainer: @\ (find it by checking history of the package Makefile)
Environment:
```
Netgear Nighthawk X4S R7800
ARMv7 Processor rev 0 (v7l)
OpenWrt 19.07.4 r11208-ce6496d796 / LuCI openwrt-19…
-
### Qubes OS version
R4.1
### Which [testing](https://www.qubes-os.org/doc/testing/) repositories are you using, if any?
None
### Are you providing feedback about a specific packag…
-
Having run the code through Valgrind and Facebook's Infer, seem to have come across a memory leak, where the value of `ctx.out` is not free'd in some circumstances.
Here's the full output of runnin…