secret-share

command module
v0.0.0-...-fe98d24 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2024 License: MIT Imports: 6 Imported by: 0

README

Super Secret Share

About Secret Share

Ever wanted to ask a client for a password to their account? Need to get an access code but don't want it stuck in some email log? Use this. Using Secret-Share you can send a link containing the secret you want to share. Once you're done with a secret, it's gone.

Get Started

This program is built using Go, so you'll need to build and host it.

Your first step is to navigate to the ./frontend folder in the terminal. From there, run npm install to install all Vue.js dependencies.

Next, navigate back to the project root and run the ./build.sh script. Finally, put the binary that makes sense for your server out there. Run it as a systemd script, inside of shell or however windows works.

Linking Emails

To secret share via email you'll have to add emails to the .env file. Just add them to the RECIPIENTS variable and that's it! It should look something like this:

RECIPIENTS=John:john@example.com,Jane:jane@example.com

Start Sharing!

Here's the secret

Now you'll be able to send secrets! They can either be directly emailed to someone, or you can send to "Nobody" and send the link however you'd like.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL