use md5 instead of sha256; #178

This commit is contained in:
clowwindy
2014-09-09 16:17:33 +08:00
parent 1fea9dca8d
commit 1044358a6b
4 changed files with 13 additions and 12 deletions

10
tests/rc4-md5.json Normal file
View File

@ -0,0 +1,10 @@
{
"server":"127.0.0.1",
"server_port":8388,
"local_port":1081,
"password":"aes_password",
"timeout":60,
"method":"rc4-md5",
"local_address":"127.0.0.1",
"fast_open":false
}