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