Skip to content

Added Fernet encrypter. #120

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

Merged
merged 9 commits into from
Apr 9, 2022
Merged

Added Fernet encrypter. #120

merged 9 commits into from
Apr 9, 2022

Conversation

rohe
Copy link
Contributor

@rohe rohe commented Apr 9, 2022

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Apr 9, 2022

Codecov Report

Merging #120 (224984f) into main (cdc11da) will decrease coverage by 0.29%.
The diff coverage is 85.10%.

@@            Coverage Diff             @@
##             main     #120      +/-   ##
==========================================
- Coverage   77.66%   77.36%   -0.30%     
==========================================
  Files          41       42       +1     
  Lines        4307     4356      +49     
  Branches      833      839       +6     
==========================================
+ Hits         3345     3370      +25     
- Misses        700      719      +19     
- Partials      262      267       +5     
Impacted Files Coverage Δ
src/cryptojwt/serialize/item.py 100.00% <ø> (ø)
src/cryptojwt/tools/keyconv.py 42.50% <ø> (ø)
src/cryptojwt/tools/keygen.py 0.00% <0.00%> (ø)
src/cryptojwt/jwk/ec.py 74.67% <42.85%> (-1.52%) ⬇️
src/cryptojwt/jwk/rsa.py 75.59% <42.85%> (-1.24%) ⬇️
src/cryptojwt/jwk/__init__.py 76.35% <50.00%> (-0.99%) ⬇️
src/cryptojwt/jwk/hmac.py 75.82% <60.00%> (-5.58%) ⬇️
src/cryptojwt/jwe/fernet.py 90.62% <90.62%> (ø)
src/cryptojwt/key_bundle.py 78.80% <93.10%> (-1.03%) ⬇️
src/cryptojwt/__init__.py 91.66% <100.00%> (ø)
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cdc11da...224984f. Read the comment docs.

@rohe rohe requested a review from jschlyter April 9, 2022 09:01
jschlyter
jschlyter previously approved these changes Apr 9, 2022
@rohe rohe requested review from peppelinux and jschlyter April 9, 2022 09:47
Copy link
Collaborator

@jschlyter jschlyter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, perhaps fix default digest size

@jschlyter
Copy link
Collaborator

I'm good.

@rohe rohe merged commit 6a3adab into main Apr 9, 2022
@rohe rohe deleted the fernet branch April 9, 2022 15:32
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.

4 participants