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: use hashlib.scrypt to derive key #61

Merged
merged 2 commits into from
Aug 2, 2024
Merged

feat: use hashlib.scrypt to derive key #61

merged 2 commits into from
Aug 2, 2024

Conversation

vil02
Copy link
Owner

@vil02 vil02 commented Aug 1, 2024

No description provided.

Copy link

codacy-production bot commented Aug 1, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (d9ad842) 205 205 100.00%
Head commit (7468bff) 227 (+22) 227 (+22) 100.00% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#61) 40 40 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@codecov-commenter
Copy link

codecov-commenter commented Aug 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (d9ad842) to head (67e87c5).

Additional details and impacted files
@@             Coverage Diff             @@
##           master       #61      +/-   ##
===========================================
+ Coverage   99.51%   100.00%   +0.48%     
===========================================
  Files          13        13              
  Lines         205       227      +22     
  Branches       16        19       +3     
===========================================
+ Hits          204       227      +23     
+ Partials        1         0       -1     

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

@vil02 vil02 force-pushed the use_hashlib_scrypt branch 2 times, most recently from a0299cc to d6c028e Compare August 1, 2024 22:31
@vil02 vil02 force-pushed the use_hashlib_scrypt branch from d6c028e to 67e87c5 Compare August 2, 2024 06:46
Copy link

sonarcloud bot commented Aug 2, 2024

@vil02 vil02 marked this pull request as ready for review August 2, 2024 06:53
@vil02 vil02 merged commit 227703e into master Aug 2, 2024
14 checks passed
@vil02 vil02 deleted the use_hashlib_scrypt branch August 2, 2024 06:54
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.

2 participants