18 Apr

Password Generator

This sample project generates passwords using random words from a large word list available on the internet.

It illustrates several useful techniques:

  • Parsing raw text into a binary plist and adding that plist to your application
  • Reading a plist from your application bundle to load saved resources
  • Using the arc4random() function to pick random words from an array

You can download the project from Github at the following link:

Password generator project on Github