In my router, the authorization algorithm is named as “md5” (lower case) and this package does not work with it.
I think it is better if the algorithm name is not case sensitive.
At the same time I did a little optimization and got rid of using the regexp package.
In my router, the authorization algorithm is named as “md5” (lower case) and this package does not work with it. I think it is better if the algorithm name is not case sensitive.
At the same time I did a little optimization and got rid of using the regexp package.
Wrote some tests for it.