a secret sharing application that allows users to request, submit, and retrieve sensitive info
1.4K
CipherShare is a secure secret sharing application that utilizes dual encryption to ensure the safety and confidentiality of shared secrets. This application is designed to facilitate the secure exchange of sensitive information between users.
To get started with CipherShare, pull the Docker image from Docker Hub:
docker pull ciphershare:latest
To run the application, use the following command:
docker run -d -p 3000:3000 ciphershare:latest
For a sample Docker Compose configuration, please refer to the docker-compose.yml file in the repository.
git clone https://github.com/James-A-Young/CipherShare.git
cd CipherShare
docker-compose.yml file and configure the services as needed. You can specify environment variables, ports, and volumes according to your requirements.docker-compose up --build
http://localhost:3000 (or the port you configured).We welcome contributions to CipherShare! Please refer to the CONTRIBUTING.md for guidelines on how to contribute.
This project is licensed under the MIT License. See the LICENSE file for details.
Content type
Image
Digest
sha256:8949a2d0f…
Size
62.8 MB
Last updated
8 months ago
docker pull iammind/ciphershare