From b0205b9a57202278799975753aa19fdc9ac2476d Mon Sep 17 00:00:00 2001 From: root Date: Fri, 15 Nov 2024 08:03:02 +0000 Subject: [PATCH] remove obsolete section --- cmd/crypto-vault-cli/README.md | 5 ----- cmd/crypto-vault-service/README.md | 5 ----- 2 files changed, 10 deletions(-) diff --git a/cmd/crypto-vault-cli/README.md b/cmd/crypto-vault-cli/README.md index 455c368..3797f70 100644 --- a/cmd/crypto-vault-cli/README.md +++ b/cmd/crypto-vault-cli/README.md @@ -3,17 +3,12 @@ ## Table of Contents + [Summary](#summary) -+ [Prerequisites](#prerequisites) + [Getting started](#getting-started) ## Summary `crypto-vault-cli` is a command-line tool for file encryption and decryption using AES, RSA and EC algorithms. It provides an easy interface to securely encrypt and decrypt files using symmetric (AES) and asymmetric (RSA, EC) cryptography. -## Prerequisites - -- Install Go from the official Go website, or use this [devcontainer.json](../../.devcontainer/devcontainer.json) with the [DevContainer extensions in VS Code or other IDE supporting DevContainers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) - ## Getting Started ### Encryption/Decryption diff --git a/cmd/crypto-vault-service/README.md b/cmd/crypto-vault-service/README.md index 90b353d..129ecbd 100644 --- a/cmd/crypto-vault-service/README.md +++ b/cmd/crypto-vault-service/README.md @@ -3,17 +3,12 @@ ## Table of Contents + [Summary](#summary) -+ [Prerequisites](#prerequisites) + [Getting started](#getting-started) ## Summary TBD -## Prerequisites - -TBD - ## Getting Started TBD \ No newline at end of file