v0.19 more libcrypto #1458

Merged
vyzo merged 13 commits from v0.19-libcrypto into v0.19-staging 2026-06-13 01:43:38 +00:00
Owner
No description provided.
vyzo requested review from fare 2026-06-12 11:34:25 +00:00
fare approved these changes 2026-06-12 17:24:18 +00:00
fare left a comment

I like!

I like!
@ -0,0 +302,4 @@
(defcipher* camellia 256 (ecb cbc cfb ofb))
(defcipher* cast5 (ecb cbc cfb ofb))
(defcipher* bf (ecb cbc cfb ofb))
(defcipher* rc4)
Owner

Very neat. I like!

Very neat. I like!
@ -0,0 +12,4 @@
(size : :fixnum)
(N : :fixnum := 1024)
(r : :fixnum := 8)
(p : :fixnum := 16))
Owner

For scrypt, 1024 is considered low these days.
These days, OWASP recommends N=131072 (2**17), r=8, p=1 https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html

OWASP also recommends Argon2id instead of scrypt, and for standards, PBKDF2.

For scrypt, 1024 is considered low these days. These days, OWASP recommends N=131072 (2**17), r=8, p=1 https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html OWASP also recommends Argon2id instead of scrypt, and for standards, PBKDF2.
Author
Owner

ok, will update

ok, will update
vyzo marked this conversation as resolved
vyzo changed target branch from v0.19-http-server to v0.19-staging 2026-06-13 01:37:54 +00:00
vyzo force-pushed v0.19-libcrypto from a210e44301 to 81d499dfdb 2026-06-13 01:40:52 +00:00 Compare
vyzo merged commit 678afde865 into v0.19-staging 2026-06-13 01:43:38 +00:00
vyzo referenced this pull request from a commit 2026-06-13 01:43:40 +00:00
vyzo deleted branch v0.19-libcrypto 2026-06-13 01:43:51 +00:00
Sign in to join this conversation.
No description provided.