A fully XChaCha20-Poly1305 encrypted Pastebin alternative in Go, which currently has no UI.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sly-Little-Fox a4df732c23
a
11 months ago
.gitignore feat: stuff 11 months ago
LICENSE initial commit 11 months ago
README.md feat: stuff 11 months ago
go.mod a 11 months ago
go.sum a 11 months ago
main.go a 11 months ago

README.md

Ctrl-V

A simple Pastebin-like service in Golang that supports encryption via XChaCha20-Poly1305. Configuration is stored in ctrl-v.toml. An example can be found in ctrl-v.example.toml.