-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve Wallet Encryption Vulnerability, Fix BLOK-32 #713
Conversation
@mcjcloud Next time lets use the branch provided by linear |
Codecov ReportBase: 5.46% // Head: 5.59% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev #713 +/- ##
========================================
+ Coverage 5.46% 5.59% +0.12%
========================================
Files 154 154
Lines 27979 27968 -11
========================================
+ Hits 1530 1564 +34
+ Misses 26294 26241 -53
- Partials 155 163 +8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Replaces wallet signing of vault shards with encryption using PSK. The PSK works as a good encryption key because it
Changes
encryptionKey
property tomotorNodeImpl
Fixes #680
Mention [stepsize] in a comment if you'd like to report some technical debt. See examples here.