diff options
author | Sven Gothel <[email protected]> | 2022-05-30 09:11:53 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-05-30 09:11:53 +0200 |
commit | 1f7c754e28db3e0aad57a6871264ebdb1503c28a (patch) | |
tree | 70e07b73ca306cc233b248d9d61a08d6a02ed9dd | |
parent | 62dd883b5b23d10226d7ed1c2053deca08c024bf (diff) |
README: Shorter title, mention binding in overview
-rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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*. |