elboletaire / password-strength-meter

:key: A password strength meter for jQuery
https://elboletaire.github.io/password-strength-meter/
GNU General Public License v3.0
107 stars 45 forks source link

Create PasswordStrengthChecker.cs in C# language #16

Closed deadmann closed 5 years ago

deadmann commented 6 years ago

create C# based file to be used for server side re-checking of the password...

elboletaire commented 5 years ago

I'm sorry but I really don't get this PR. Shouldn't this C# code be an independent package? :confused:

elboletaire commented 5 years ago

I accidentally sent a message to this thread when was for another PR. Sorry if you've been notified for it.

deadmann commented 5 years ago

think about it like this: i have js based client, what if you provide another service, or someone gonna cheat on your rule? well sure it's their own deciesion to let other people steal their data, but it's good that we do these checks in server too just in case, and when we do not use nodeJS that support or current language...

elboletaire commented 5 years ago

Well, this is a front-end project, and it will remain like so. If you still think this can be a nice feature, you're free to create a custom project. If it's properly coded and documented I'll be happy to link it into my readme, as a backend alternative (note that I'm also currently working on the nodejs implementation of this code..).