refactor encrypt; add cfb1 and cfb8 modes
This commit is contained in:
10
tests/aes-cfb1.json
Normal file
10
tests/aes-cfb1.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"server":"127.0.0.1",
|
||||
"server_port":8388,
|
||||
"local_port":1081,
|
||||
"password":"aes_password",
|
||||
"timeout":60,
|
||||
"method":"aes-256-cfb1",
|
||||
"local_address":"127.0.0.1",
|
||||
"fast_open":false
|
||||
}
|
Reference in New Issue
Block a user