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

[Feature] Request for SHA256 authentication type in AMI Challenge Action #52

Open
tan629 opened this issue Jan 8, 2025 · 0 comments
Open

Comments

@tan629
Copy link

tan629 commented Jan 8, 2025

Is your feature or improvement request related to a problem? Please describe.

I am using a C# app to communicate with Asterisk (AMI). I was looking for ways to avoid sending plain text password over the TCP connection to log in to AMI.

While MD5 challenge action provides a nice way to achieve this, Microsoft does not advise using MD5 hashing in C# apps due to collision issues in the MD5 algorithm.

Instead, it has been suggested that SHA256 authentication type should be used.

Having the SHA256 authentication type in AMI challenge action would be beneficial for everyone as it is a better hashing algorithm than MD5

Describe the solution you'd like

I would like to see an option for SHA256 authentication type in Challenge action in AMI

Describe alternatives you've considered

An alternative would be to use TLS option in AMI but the challenge / response system seems to be easier to use.

Additional context

Add any other context or screenshots about the feature request here.

@tan629 tan629 changed the title Request for SHA256 authentication type in AMI Challenge Action [Feature] Request for SHA256 authentication type in AMI Challenge Action Jan 8, 2025
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

1 participant