-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"aes-256-cfb" Method Not Supported #1041
Comments
stream ciphers are deprecated and disabled by default. If you know the risk and insist to use these vulnerable ciphers, compile it yourself. |
Please list supported methods here. Your app is working very well on windows. |
Read the doc before asking questions: https://github.com/shadowsocks/shadowsocks-rust#supported-ciphers Your question could be easily searched in Google: net4people/bbs#24 |
Thanks - Links was useful for supported methods. |
What is SSCap? What feature does it provides |
v2rayN can do this job and SSCap has depricated now. |
https://github.com/tarolabs/sscap It is a Windows client created by Chinese. There are various clients work like it, such as shadowsocks-windows. |
Hi dear manager,
Why "aes-256-cfb" method is not supported on windows?
Command is :
ssserver -c config.json
I put libsodium dll on windows System32 & SysWow64 folders.
But still does not work.
Please give a solution about methods using with this package on windows os.
References :
https://py-ipv8.readthedocs.io/en/latest/preliminaries/install_libsodium.html
https://download.libsodium.org/libsodium/releases/
https://download.libsodium.org/libsodium/releases/libsodium-1.0.18-msvc.zip
The text was updated successfully, but these errors were encountered: