Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
firesunCN committed Jan 24, 2016
1 parent 5237ff5 commit 16aea94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ define('ENCRYPT_TYPE', "RC4");

* 故根目录下提供了change_encrypt_pass.php用于重新加密xss记录,js的描述,ip封禁列表
* 请在修改加密方式或者加密密码后执行此文件(如果选择不加密,加密密码写任意值)
* **使用前,请将change_encrypt_pass.php开始的exit()注释掉,并且务必做好备份**
* **使用前,请将change_encrypt_pass.php开始的exit()注释掉,并且务必做好数据备份以防不测**
* 用法:在shell下执行
`php change_encrypt_pass.php (以前是否加密true/false) (旧加密密码) (旧加密方法AES/RC4) (现在是否加密) (新加密密码) (新加密方法)`

* 例:

`php change_encrypt_pass.php true bluelotus AES true bluelotus RC4`
`php change_encrypt_pass.php true bluelotus AES false xxxx(任意值) AES`
* `php change_encrypt_pass.php true bluelotus AES true bluelotus RC4`
* `php change_encrypt_pass.php true bluelotus AES false xxxx(任意值) AES`


* 也可执行
Expand Down

0 comments on commit 16aea94

Please sign in to comment.