Skip to content
This repository has been archived by the owner on Mar 12, 2018. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 426 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 426 Bytes

TinyCrypt

This Repository is deprecated by its successor TinyThread.

(Ab)using TinyURL as a key/value storage for encrypted messages.

Usage

tc.py [option|key] [message...]

Examples

Push a message

$ tc.py SecretKey "Hello World"

Pull a message

$ tc.py SecretKey

License

TinyCrypt is released under the terms of the MIT License.