Thanks to visit codestin.com
Credit goes to github.com

Skip to content

danmanners/one-time-secret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project for learning go - One Time Secret

This project is loosely based on my Non-Disclosure-Agreement Python project, but written in Go.

What it can do

  • Store text
  • Store URLs and redirect
  • Store whatever you want

What it cannot do

  • Be highly-available
  • Persistently store anything

Building

You can build this shitty software with:

# Build the binary
go build -o ots main.go

Or, you can build it with docker or podman:

# Build Container
sudo podman build -t ghcr.io/danmanners/ots:$(git rev-parse --short HEAD) .

To-Do

  • Add in Multiple User-Selectable Backends
    • Redis
    • etcd
  • Encrypt literally anything; shit isn't even encoded.

About

Golang learning project - One Time Secret

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published