iammind/ciphershare

By iammind

Updated 8 months ago

a secret sharing application that allows users to request, submit, and retrieve sensitive info

Image
Security
Developer tools
0

1.4K

iammind/ciphershare repository overview

CipherShare Docker Hub Overview

Description

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.

Features

  • Dual Encryption: Ensures that secrets are encrypted both at rest and in transit.
  • User-Friendly Interface: Easy to use interface for seamless secret sharing.
  • Scalable Architecture: Built to handle a growing number of users and secrets.

Getting Started

To get started with CipherShare, pull the Docker image from Docker Hub:

docker pull ciphershare:latest
Running the Application

To run the application, use the following command:

docker run -d -p 3000:3000 ciphershare:latest

Sample Docker Compose File

For a sample Docker Compose configuration, please refer to the docker-compose.yml file in the repository.

Instructions for Configuration
  1. Clone the Repository: Start by cloning the repository to your local machine:
    git clone https://github.com/James-A-Young/CipherShare.git
    cd CipherShare
    
  2. Edit the Docker Compose File: Open the docker-compose.yml file and configure the services as needed. You can specify environment variables, ports, and volumes according to your requirements.
  3. Build and Run: Use the following command to build and run the services defined in the Docker Compose file:
    docker-compose up --build
    
  4. Access the Application: Once the services are running, you can access the application at http://localhost:3000 (or the port you configured).

Contributing

We welcome contributions to CipherShare! Please refer to the CONTRIBUTING.md for guidelines on how to contribute.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Tag summary

Content type

Image

Digest

sha256:8949a2d0f

Size

62.8 MB

Last updated

8 months ago

docker pull iammind/ciphershare