From 8f252588f45a74ce47284ba6f6790930b24ca881 Mon Sep 17 00:00:00 2001 From: Marvin Gajek Date: Thu, 19 Dec 2024 16:27:29 +0100 Subject: [PATCH] add bullet point and rephrase --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed7373a..61c1648 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ Interfaces (CLIs, gRPC APIs, RESTful Web APIs) for managing cryptographic keys a ### Functional -- [ ] **Provide RESTful API for cryptographic operations**: Expose endpoints for managing cryptographic material and securing data (files, metadata) at rest. +- [ ] **Provide RESTful API**: Expose HTTP endpoints to manage cryptographic material and secure data (files, metadata) at rest. +- [ ] **Provide gRPC API**: Expose gRPC endpoints to manage cryptographic material and secure data (files, metadata) at rest. - [x] **Asymmetric encryption and decryption**: Support RSA encryption algorithm for data protection. - [x] **Symmetric encryption**: Support for symmetric key encryption (e.g. AES) for data protection. - [x] **Signature creation and verification:** Support for hashing algorithms (e.g. SHA-256, SHA-512) to create digital signatures and the ability to verify these signatures using asymmetric keys (RSA, ECDSA).