From 9ca5a4cbbb7464197f2e3e8254ee406e9d62a8a4 Mon Sep 17 00:00:00 2001 From: SET Date: Tue, 24 Nov 2020 23:54:13 +0100 Subject: [PATCH] Update README. Remove information about export secret key limitation. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b835df..df1fb2d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ It is developed in C++ as a NetBeans project on the [WebToolkit](https://www.webtoolkit.eu/)(Wt) libraries. 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 added, revoked and certified. -Export concerns public keys only; secret keys cannot be technically exported on a web server. 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. @@ -11,7 +10,7 @@ K7 is released under the GPL version 2 license. It does not intend nor need to b **BUILDING** -As a NetBeans project, a Makefile exists in the project root. +As a NetBeans project, a Makefile exists in project root. cd /path/to/K7