Skip to content
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

Closed
GoldenLighter opened this issue Dec 8, 2022 · 7 comments
Closed

"aes-256-cfb" Method Not Supported #1041

GoldenLighter opened this issue Dec 8, 2022 · 7 comments

Comments

@GoldenLighter
Copy link

GoldenLighter commented Dec 8, 2022

{
    "server": "0.0.0.0",
    "server_port": 45623,
    "password": "xxx",
    "method": "aes-256-cfb"
}

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

@zonyitoo
Copy link
Collaborator

zonyitoo commented Dec 9, 2022

stream ciphers are deprecated and disabled by default. If you know the risk and insist to use these vulnerable ciphers, compile it yourself.

@zonyitoo zonyitoo closed this as completed Dec 9, 2022
@GoldenLighter
Copy link
Author

GoldenLighter commented Dec 9, 2022

Please list supported methods here.

Your app is working very well on windows.
But i am looking for an app to connect shadowsocks on server and show a port to connect it on local.
SSCap.exe was ok for this purpose.
But it does not support any of your methods.
Any idea?

@zonyitoo
Copy link
Collaborator

zonyitoo commented Dec 9, 2022

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

@GoldenLighter
Copy link
Author

Thanks - Links was useful for supported methods.
I am looking for an app like SSCap.exe (Client Side) that can support your methods.
Google did n't help me about it.
Would be really appreciate to introduce me an app like SSCap.exe.
My purpose of this app is i can connect it to ProxiFire.

@zonyitoo
Copy link
Collaborator

What is SSCap? What feature does it provides

@GoldenLighter
Copy link
Author

v2rayN can do this job and SSCap has depricated now.
But sometimes depricated softs are better than chinese softs :)

@zonyitoo
Copy link
Collaborator

https://github.com/tarolabs/sscap

It is a Windows client created by Chinese. There are various clients work like it, such as shadowsocks-windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants