Skip to content

Tags: covert-encryption/covert

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Time-based expiration of ID store keys (#89)

- Allows actual Forward Secrecy, as keys of messages read or skipped now expire after 10 minutes.
- Due to lacking agent implementation, expiration only occurs when ID store is used by running Covert.

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GUI improvements (#68)

* Refactor to use QMainWindows.
* Implement flash status messages.
* GUI separation into independent views, a new look and minor UX improvements.
* Implement attached file extraction on decryption. More refactoring.
* More fixes related to refactoring. Usability improvements.
* Auth/signature info on decryption.

Co-authored-by: foonoxous <RWQe4qDs7LIsmI7Q94ctNMSfwfDW8eld24YGevEzQEKZyfJz1NPlH6uf>

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid crash on Python 3.9.2

Updates the requirement of zxcvbn-covert to 5.0.1 which contains additional fixes, most importantly a workaround to a bug in Python that was preventing the program from running.

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Additional e2e test on CLI for more coverage (#52)

* Additional e2e test on CLI for more coverage.

* Verify signatures

Co-authored-by: foonoxous <RWQe4qDs7LIsmI7Q94ctNMSfwfDW8eld24YGevEzQEKZyfJz1NPlH6uf>

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Run a full encryption/decryption cycle over CLI (#49)

Co-authored-by: foonoxous <RWQe4qDs7LIsmI7Q94ctNMSfwfDW8eld24YGevEzQEKZyfJz1NPlH6uf>

v0.5.0

Toggle v0.5.0's commit message
Trying another email to satisfy PyPi.

v0.4.1

Toggle v0.4.1's commit message
Depend on our own fork of zxcvbn on PyPi.

v0.4.0

Toggle v0.4.0's commit message
Update hashing not to use the header, as it is included as AAD on Blo…

…ck0 which always gets verified.

v0.3.3

Toggle v0.3.3's commit message
Try MiniSign keys with an empty password first.

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #16 from ahopkins/patch-1

Add missing requirement: pysodium