FIX: Stop Using Raw Shared Secrets as Encryption Keys #6
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
in-progress
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
vxfemboy/purrcrypt!6
Loading…
Reference in a new issue
No description provided.
Delete branch "crypt-ooopsies"
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?
This commit fixes a catastrophic security vulnerability where
raw shared secrets were being used directly as encryption keys and nonces.
Fuzzy fixes include:
These changes ensure our cryptokitty implementation follows best practices
and properly protects our sensitive whiskers... err, I mean data!
Closes #2
<3 much luv and many thanks too @G1gg1L3s and @nbraud for pointing this out
all tests seem to pass
bumped dependency versions
🐱🔒 Meow-gnificent job!