Skip to content

Web app for temporary storage of information shared through a browser

License

Notifications You must be signed in to change notification settings

open-function-computers-llc/secret-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:[email protected],Jane:[email protected]

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.

About

Web app for temporary storage of information shared through a browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •