mirror of https://github.com/2dust/v2rayN
![]() * Create AesUtils.cs 新增AesUtils,替换掉DesUtils,提高安全性。 细节: 1.使用AES代替DES 2.正确使用IV调用方式 3.使用SHA256代替MD5进行密钥派生 4.使用PBKDF进行迭代生成密钥。 * Update AesUtils.cs 1.将默认密钥规则设置为与DES一致 2.经过本地测试 |
||
---|---|---|
.github | ||
v2rayN | ||
.gitignore | ||
LICENSE | ||
README.md |
README.md
v2rayN
A GUI client for Windows and Linux, support Xray core and others
How to use
Check Release files introduction and select the version you need to download
Windows
- Run
v2rayN.exe
Linux
chmod +x v2rayN
Run./v2rayN
Debian 9+
Ubuntu 16.04+
Fedora 30+