v0.19 more libcrypto #1458
No reviewers
Labels
No labels
UX
active development
backlog
blocker
bootstrap
bounty
bug
dependencies
discussion
documentation
duplicate
enhancement
flaky test
help wanted
invalid
javascript
question
release
tendentious
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mighty-gerbils/gerbil!1458
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "v0.19-libcrypto"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)Very neat. I like!
@ -0,0 +12,4 @@(size : :fixnum)(N : :fixnum := 1024)(r : :fixnum := 8)(p : :fixnum := 16))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.
ok, will update
a210e44301to81d499dfdb