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

Second phase of ID store implementation #89

Merged
merged 2 commits into from
Mar 8, 2022
Merged

Conversation

covert-encryption
Copy link
Owner

@covert-encryption covert-encryption commented Mar 8, 2022

Continuation of the work in #81.

TODO:

  • Public ID key storage and automatic generation
  • Use ID-based keys, display IDs in authentication and signatures instead of raw keys (CLI)
  • ID management (key export, changing of passphrase etc) covert id subcommand
  • ID selection dropdowns and other functionality based on ID store (GUI)
  • Daemon (agent) that remembers the passphrase for a while
  • Time-based expiration of keys (locally, not planned to be included in messages)
  • Code cleanup / refactoring & UX polish
  • Workflow to "reply" to messages in an easy way (CLI, GUI)
  • Forward secrecy in conversations

@codecov
Copy link

codecov bot commented Mar 8, 2022

Codecov Report

Merging #89 (8838299) into main (7a712f5) will increase coverage by 0.11%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #89      +/-   ##
==========================================
+ Coverage   78.92%   79.04%   +0.11%     
==========================================
  Files          34       34              
  Lines        2700     2715      +15     
  Branches      611      616       +5     
==========================================
+ Hits         2131     2146      +15     
  Misses        432      432              
  Partials      137      137              
Impacted Files Coverage Δ
covert/idstore.py 90.97% <100.00%> (+1.04%) ⬆️
covert/ratchet.py 100.00% <100.00%> (ø)

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 7a712f5...8838299. Read the comment docs.

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.

1 participant