From 0893c7be42282657a29ed1993526f478bd89e662 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Wed, 22 May 2013 14:14:37 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2640d72..04c5d1b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,12 @@ Then edit `config.json`, change the following values: server_port server port local_port local port password a password used to encrypt transfer - method encryption method, "bf-cfb", "aes-256-cfb", "des-cfb", "rc4", etc. Default is table + method encryption method, "bf-cfb", "aes-256-cfb", "des-cfb", "rc4", etc. Default is table. If you wa + + +If you want to use non-default encryption method like "bf-cfb", please install [M2Crypto](http://chandlerproject.org/Projects/MeTooCrypto). + + pip install M2Crypto Put all the files on your server. Run `python server.py` on your server. To run it in the background, run `nohup python server.py > log &`. From 652d6451ed809080ed0955e36839c8ce05fd3792 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Wed, 22 May 2013 14:15:08 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04c5d1b..5cae927 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Then edit `config.json`, change the following values: server_port server port local_port local port password a password used to encrypt transfer - method encryption method, "bf-cfb", "aes-256-cfb", "des-cfb", "rc4", etc. Default is table. If you wa + method encryption method, "bf-cfb", "aes-256-cfb", "des-cfb", "rc4", etc. Default is table If you want to use non-default encryption method like "bf-cfb", please install [M2Crypto](http://chandlerproject.org/Projects/MeTooCrypto).