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

Implemented a thread for opening a file using mmap in the decrypt_fil… #82

Closed technokowski closed 2 years ago

technokowski commented 2 years ago

Implemented a thread for opening a file using mmap in the decrypt_file() function in /gui/app.py. It was listed as a TODO item to replace the with open() call.

codecov[bot] commented 2 years ago

Codecov Report

Merging #82 (2112d6c) into main (24c63e7) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #82   +/-   ##
=======================================
  Coverage   74.96%   74.96%           
=======================================
  Files          23       23           
  Lines        2169     2169           
  Branches      509      509           
=======================================
  Hits         1626     1626           
  Misses        422      422           
  Partials      121      121           

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 24c63e7...2112d6c. Read the comment docs.

covert-encryption commented 2 years ago

Closing as no further comments have been made and it doesn't seem likely for this to advance.

@technokowski Feel free to make another PR if you wish to work on some other part, or reopen this if you plan to advance with this one. Any contributions are appreciated.