Allow to create keys.
A popup shows required parameters. Created keys are added to the list of secret keys managed by the user.
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
It is developed in C++ as a NetBeans project on the [WebToolkit](https://www.webtoolkit.eu/)(Wt) libraries.
|
||||
|
||||
It allows to view, import, delete and certify keys. Certification trust level and secret key expiry date can also be changed.
|
||||
Key generation, exporting keys and adding user identities are not (yet) implemented.
|
||||
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.
|
||||
|
||||
These keys can then be used by other Wt applications, or applications based on other libraries, to encrypt and sign data. As such, it suits my personal needs.
|
||||
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.
|
||||
|
||||
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