diff options
author | Samuel Lidén Borell <samuel@slbdata.se> | 2011-04-26 20:51:34 +0200 |
---|---|---|
committer | Samuel Lidén Borell <samuel@slbdata.se> | 2011-04-26 20:51:34 +0200 |
commit | 3030d6a64a93370c943aa3ee06a0f8b5e74cdc5d (patch) | |
tree | 17641b379cef46bdeb2fd0c7f8134a67ef86fdbc /python/README | |
parent | b8ec1a473f9b12f31d42bc4a1a832e9790561294 (diff) | |
download | fishlim-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/README | 12 |
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 + |