incog

Safely share secrets amongst your team!


Project maintained by guhan94 Hosted on GitHub Pages — Theme by mattgraham

INCOG - Share secrets securely

Even though sharing secrets is not recommended this is not always possible, especially in rapidly growing engineering teams where velocity takes precedence over security. INCOG is designed for teams (engineering and non-engineering) to share secrets like generic passwords, app tokens, API keys, etc. over an end-to-end encrypted channel. This avoids sharing secrets over 3rd-party and insecure channels such as e-mail, slack, messengers, sticky notes (not kidding people do this), etc.

What is it?

3-Easy steps for a secret to be shared:

1. Enter your secret you would like to share

enter_secret

2. Share the randomly generated URL with whomsoever you want

share_secret

3. Accessing the shared secret

get_secret

INCOG supports unicode

unicode_secret

Installation

INCOG is designed to run on Docker and can be deployed via docker-compose.

Prerequisites:

Instructions:

To stop INCOG:

Run - cd deploy && docker-compose down

Specifications

INCOG uses the following tech stack:

incog_arch