covert-encryption / covert

An encryption format offering better security, performance and ease of use than PGP. File a bug if you found anything where we are worse than our competition, and we will fix it.
40 stars 10 forks source link

Parser for SSH secret keys with support for passwords #47

Closed covert-encryption closed 2 years ago

covert-encryption commented 2 years ago

Refactoring into covert.sshkey and requiring additional libraries for decryption.

Fixes #35

codecov-commenter commented 2 years ago

Codecov Report

Merging #47 (4c21dd7) into main (c7a40eb) will increase coverage by 0.44%. The diff coverage is 67.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #47      +/-   ##
==========================================
+ Coverage   51.02%   51.46%   +0.44%     
==========================================
  Files          23       24       +1     
  Lines        2205     2279      +74     
  Branches      444      463      +19     
==========================================
+ Hits         1125     1173      +48     
- Misses        980      996      +16     
- Partials      100      110      +10     
Impacted Files Coverage Δ
covert/pubkey.py 58.03% <25.00%> (-1.68%) :arrow_down:
covert/sshkey.py 67.53% <67.53%> (ø)
tests/test_pubkey.py 100.00% <100.00%> (ø)
covert/elligator.py 79.67% <0.00%> (-2.44%) :arrow_down:

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 c7a40eb...4c21dd7. Read the comment docs.