Skip to content
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

feat/ support of AES-256-CBC for the encryption #1706

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

b00f
Copy link
Collaborator

@b00f b00f commented Mar 13, 2025

Description

This PR adds support for AES-256-CBC. For backward compatibility, the default encryption remains AES-256-CTR.
Some tests have been added to ensure that upgrading the wallet to version 3 is safe.

Copy link

codecov bot commented Mar 13, 2025

Codecov Report

Attention: Patch coverage is 90.60403% with 14 lines in your changes missing coverage. Please review.

Project coverage is 76.39%. Comparing base (86a8ba9) to head (8b48d11).
Report is 57 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1706      +/-   ##
==========================================
+ Coverage   75.07%   76.39%   +1.32%     
==========================================
  Files         234      242       +8     
  Lines       12156    18708    +6552     
==========================================
+ Hits         9126    14292    +5166     
- Misses       2582     3954    +1372     
- Partials      448      462      +14     
🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant