I’ve been playing with OneTimeSecret, and wanted bash scripted access to it. I had to write it myself.

OneTimeSecret is a nice little service that allows you to share a secret with someone else and know that it can only be viewed once. Additional features such as Time To Live (TTL) and Encrypted secrets, plus direct email to the intended recipient are nice bonuses.

However, I was wanting to incorporate the sharing of secrets into a shell script, and while the RESTful API is helpful, and I could have used curl, I decided that I could easily provide a simpler interface with functions for scripts and a command line interface. Check it out on GitHub.