Categorygithub.com/pugkong/sharesecrets
repositorypackage
0.0.2
Repository: https://github.com/pugkong/sharesecrets.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

ShareSecrets

build codecov License: MIT Go Report Card Release

A web-based service designed to share sensitive information (secrets) with others in a more secure way than traditional chat messages. With ShareSecrets, you can share your secrets and control how long they are available before being destroyed.

The service consists of two pages.

One page allows you to share your secret with a passphrase and lifetime. After a successful secret creation you'll obtain the link to share.

The other page allows you to open a secret using the passphrase. Note that the secret will be destroyed

  • After successful opening
  • After three unsuccessful attempts to open

Usage

Docker

$ docker run --rm -p 8000:8000 ghcr.io/pugkong/sharesecrets:master