Allow exporting public keys.
Secret keys cannot be exported because the loopback pinentry mechanism fails to work.
This commit is contained in:
@@ -2,10 +2,11 @@
|
||||
|
||||
It is developed in C++ as a NetBeans project on the [WebToolkit](https://www.webtoolkit.eu/)(Wt) libraries.
|
||||
|
||||
It allows to view, import, create, delete and certify keys. Certification trust level and secret key expiry date can also be changed.
|
||||
Exporting keys and adding user identities are not (yet) implemented.
|
||||
It allows to view, import, export, create, delete keys. Certification trust level, secret key expiry date can also be changed, and user identities can be certified.
|
||||
Export concerns public keys only; secret keys cannot be technically exported on a web server.
|
||||
Adding user identities is not (yet) implemented.
|
||||
|
||||
These keys can then be used by other Wt applications, or web applications based on other libraries, to encrypt and sign data. As such, it suits my personal needs.
|
||||
Available keys can then be used by other Wt applications, or web applications based on other libraries, to encrypt and sign data. As such, it suits my personal needs.
|
||||
|
||||
K7 is released under the GPL version 2 license. It does not intend nor need to be a full blown key manager.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user