Password strength library - Objective C As I said, it is not accurate, it's a mere estimate. It's an analysis of the worst attack scenario. And as far as I read, the question stated "If not, what are the best ways to start?". How is this not some help to at least get in the mindset for working out your own method?
Marking heap shows I have a perpetual retain (ARC enabled). How to fix? Getting views retained forever in my case is almost always caused by circular references. If you have a reference to your loginview in some object A, and you also keep a reference to A inside loginview, they are locking each other from being dealloc'ed.