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:
SET
2020-11-13 18:28:17 +01:00
parent b9b4396b12
commit 1b73407db2
11 changed files with 565 additions and 5 deletions

View File

@@ -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.