kaerast / Encrypted-Twitter
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
7053d99
commit 7053d9990f15d165e252a6f97e9d80abb4a5d35f
tree e7ae4634660584bf5832ccae5f7210aac32e097a
parent 0dfeee386f5afd10aed30acc551bed236356117c
tree e7ae4634660584bf5832ccae5f7210aac32e097a
parent 0dfeee386f5afd10aed30acc551bed236356117c
README
Usage: python twit.py -m "hello world" -k "This is a test key" python twit.py --message="hello world" --key="This is a test key" The key needs to be a multiple of 8 bytes (up to a maximum of 56) The message should be short (the encrypted message needs to be less than 140 characters) Security: I believe this to be secure but don't offer any gaurantees. You need to find a way of sharing the key safely. Todo: Write a script to decrypt these messages. The code here is simply a proof of concept, decryption will be added if anybody is insane enough to actually want to use it. Contact: Alice Kaerast <kaerast@qvox.org> <http://privacybox.de/kaerast.msg> Licenses: twit.py: Use as you like <kaerast@qvox.org> blowfish.py: GPL <http://ivoras.sharanet.org/projects/blowfish.html> twitter.py: Apache License <http://code.google.com/p/python-twitter/>

