aboutsummaryrefslogtreecommitdiff
path: root/python/README
diff options
context:
space:
mode:
authorSamuel Lidén Borell <samuel@slbdata.se>2011-04-26 20:51:34 +0200
committerSamuel Lidén Borell <samuel@slbdata.se>2011-04-26 20:51:34 +0200
commit3030d6a64a93370c943aa3ee06a0f8b5e74cdc5d (patch)
tree17641b379cef46bdeb2fd0c7f8134a67ef86fdbc /python/README
parentb8ec1a473f9b12f31d42bc4a1a832e9790561294 (diff)
downloadfishlim-3030d6a64a93370c943aa3ee06a0f8b5e74cdc5d.tar.gz
fishlim-3030d6a64a93370c943aa3ee06a0f8b5e74cdc5d.tar.bz2
fishlim-3030d6a64a93370c943aa3ee06a0f8b5e74cdc5d.zip
Add a Python implementation from Nam T. Nguyen
Diffstat (limited to 'python/README')
-rw-r--r--python/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/python/README b/python/README
new file mode 100644
index 0000000..ec5f158
--- /dev/null
+++ b/python/README
@@ -0,0 +1,12 @@
+
+This is a Python implementation of FiSH for XChat. It's made by Nam T.
+Nguyen and uses irccrypt.py by Björn Edström.
+
+Unlike FiSHLiM it also support key exchange (DH1080) and a more secure
+block chiper mode (CBC).
+
+I keep it here in case the original source would disappear from the
+Internet. The URL is:
+
+http://www.vithon.org/forum/Thread/show/54/FiSH_encryption_for_X_Chat_Python.html
+