An open API service indexing awesome lists of open source software.

https://github.com/rubyonworld/onetime-ruby

Keep sensitive info out of your chat logs & email.
https://github.com/rubyonworld/onetime-ruby

chat email log onetime

Last synced: 11 months ago
JSON representation

Keep sensitive info out of your chat logs & email.

Awesome Lists containing this project

README

          

# One-Time Secret 0.5 #

**Keep sensitive info out of your chat logs & email.**

## Basic Usage ##

Use `onetime` to share something you know (a secret phrase, a special link, etc) or to generate a secret (e.g. a temporary password).

### onetime share ###

You can pipe it:

$ echo "I STILL WATCH NIGHT COURT." | onetime
https://onetimesecret.com/secret/mc5o2649tva6885wvyspm0flobsasin

You can type it:

$ onetime
Paste secret here (hit control-D to continue):
I STILL WATCH NIGHT COURT.
https://onetimesecret.com/secret/3djys3b7tridrcvbiprqjejz0c2g07x

And you can read from a file:

$