Releases: trustcrypto/python-onlykey
v1.2.9
v1.2.8
v1.2.5
v1.2.4
v1.2.3
v1.2.2
Python OnlyKey v0.3
Fix dependency issue with prompt toolkit -
http://python-prompt-toolkit.readthedocs.io/en/stable/
"Notice that this is the prompt_toolkit 2.0 documentation. It is incompatible with the 1.0 branch, but much better in many regards. Please read Upgrading to prompt_toolkit 2.0 for more information."
Initial release of experimental OnlyKey python tools
Whats Working -
-
The CLI can be used to interact with OnlyKey to load usernames, passwords, etc.
-
There are test scripts located in the /tests folder for loading keys and testing decryption/signing.
-
PGPMessage.py located in /tests folder works for decrypting encrypted emails.
Whats Not Working
-
PGPMessage signing is only working as proof of concept additional development is needed
-
PGPMessage only works with RSA 4096 keys right now, additional development is needed to support ECC and additional RSA key sizes.