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.
- Host: GitHub
- URL: https://github.com/rubyonworld/onetime-ruby
- Owner: RubyOnWorld
- License: mit
- Created: 2022-09-23T02:45:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-23T02:45:22.000Z (over 3 years ago)
- Last Synced: 2025-05-19T20:32:35.458Z (about 1 year ago)
- Topics: chat, email, log, onetime
- Language: Ruby
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
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:
$