No bcrypt implementation in iOS… can use other language, create static library?
问题 There is no straight forward bCrypt ( http://codahale.com/how-to-safely-store-a-password/) implementation in Objective-C, and while there are C code that does accomplish this, it's specifically for x86 processors, relying on BSD libraries. I'm building an iOS app which shares the same password hashes as corresponding Online (.NET and HTML5+Javascript) applications. I'm not quite where I ought to be, where I can read the awfully simplistic Java code ( http://www.mindrot.org/projects/jBCrypt/)