summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-05-30 09:11:53 +0200
committerSven Gothel <[email protected]>2022-05-30 09:11:53 +0200
commit1f7c754e28db3e0aad57a6871264ebdb1503c28a (patch)
tree70e07b73ca306cc233b248d9d61a08d6a02ed9dd
parent62dd883b5b23d10226d7ed1c2053deca08c024bf (diff)
README: Shorter title, mention binding in overview
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6a1c66d..b8ed2ee 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,14 @@
-# Cipherpack - A Cryprographic Stream Processor in C++ with a Java Binding
+# Cipherpack - A Cryprographic Stream Processor
[Original document location](https://jausoft.com/cgit/cipherpack.git/about/).
-## Goals
-This project aims to provide a secure cryptographic stream processor.
+
+## Git Repository
+This project's canonical repositories is hosted on [Gothel Software](https://jausoft.com/cgit/cipherpack.git/).
+
+## Overview
+*Cipherpack* provides a secure cryptographic stream processor
+implemented in C++ and accessible via C++ and Java through its binding.
Original use-case is a secure update process, elevating your installed firm- and software.<br/>
Hence original project name was *Elevator*.