iPhone / ios development - best way to check if password is secure enough?
- by Pranoy C
what is the best way to check the strength of a password in iOS development?
I came across this post:
What is the best way to check the strength of a password?
but this is not iOS specific. My question is - Does Apple or third party libraries provide any libraries by default which I can use to check if the user entered a secure password?
If not, then as the above post says, is using regular expressions the best way?
Does Apple have any requirements which our app needs to implement to make sure user has a secure password?
I am planning on using the keychain to store the password.