-
```
Hi developers,
i know that cryptsetup uses PBKDF2 as key derivation function.
What is about the scrypt algorithm ? It uses two times PBKDF2 and a mixing
function. It is more secure against brute…
-
Quite possible we have a severe architectural issue here. We may need to rethink how we use this infrastructure internally (stack-local cache?)
See #428.
-
Ticket #737 has a broader scope that allows changes to the protocol to implement a strong proof-of-payment protocol. This ticket is about a much more limited feature that can be implemented with the c…
-
Openssl version: 1.1.1c
# problem:
When I type `openssl help`, it provide the content below:
```
Standard commands
asn1parse ca ciphers cms
cr…
-
Argon2 is clearly causing multiple problems due to its memory requirements, especially on lower spec'd systems.
I cannot recommend argon2 in good conscience at present as its memory use can be unbo…
-
I keep getting these errors when running the server without QEMU (using Box64). I would prefer to use Box64 over QEMU.
Errors:
[2024-07-20 07:35:24] Error: Symbol gnutls_x509_privkey_init not…
-
I'd like to see some convenience functions for the KDFs akin to the `encryptPass` and `verifyPass` from the package [`scrypt`](https://hackage.haskell.org/package/scrypt-0.5.0/docs/Crypto-Scrypt.html#…
tauli updated
6 years ago
-
I keep getting errors when starting the server. I am using the latest version of the package on docker. Should I use QEMU instead of Box64?
Errors:
[2024-07-12 16:10:48] Error: Symbol gnutls_x50…
-
Are there any plans to add Argon2 support? I think it would be a really beneficial addition.
Forum Post: https://hashcat.net/forum/thread-8264-post-44263.html#pid44263
Argon2 Repo: https://github.…
ghost updated
2 months ago
-
I know it's a somewhat daunting task but the absolute majority of Ironclad uses I've seen only need MD5, SHA1, and `byte-array-to-hex-string`.
Frankly, I have no idea how to go about it. Splitting …