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

Implement TagAwareCipher #17

Merged
merged 3 commits into from Mar 15, 2024
Merged

Implement TagAwareCipher #17

merged 3 commits into from Mar 15, 2024

Conversation

IlicMiljan
Copy link
Owner

@IlicMiljan IlicMiljan commented Mar 15, 2024

Description of Changes

Implemented the TagAwareCipher decorator to support tagging encrypted data, allowing for non-encrypted data to be safely passed through the decryption process without throwing exceptions.

How Has This Been Tested?

Included unit tests for the TagAwareCipher decorator to validate its functionality. The testing covers scenarios involving both encrypted and non-encrypted data.

Checklist

Please confirm the following:

  • I have tested my changes and corrected any errors.
  • I have documented my changes if necessary.

Copy link

codecov bot commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.30%. Comparing base (9c6e941) to head (02573a0).

Additional details and impacted files
@@             Coverage Diff              @@
##               main      #17      +/-   ##
============================================
+ Coverage     97.14%   97.30%   +0.16%     
- Complexity       78       84       +6     
============================================
  Files            21       22       +1     
  Lines           245      260      +15     
============================================
+ Hits            238      253      +15     
  Misses            7        7              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@IlicMiljan IlicMiljan merged commit 37969a8 into main Mar 15, 2024
3 checks passed
@IlicMiljan IlicMiljan deleted the add-tag-aware-cipher branch March 15, 2024 14:41
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.

None yet

1 participant