Password Practice allows you to practice your password with statistics on how many mistakes you made and how accurate you are.
Go to file
2010-07-11 00:13:52 -05:00
Classes Fixed a typo in the code, doesn't really have a difference with the functionality. Also added memory management even though it's not needed as things auto release when the application close and the only thing to release is the password that we retained for the entire application run time. 2010-07-11 00:13:52 -05:00
English.lproj Fixed a typo in the code, doesn't really have a difference with the functionality. Also added memory management even though it's not needed as things auto release when the application close and the only thing to release is the password that we retained for the entire application run time. 2010-07-11 00:13:52 -05:00
Password Practice.xcodeproj Fixed a typo in the code, doesn't really have a difference with the functionality. Also added memory management even though it's not needed as things auto release when the application close and the only thing to release is the password that we retained for the entire application run time. 2010-07-11 00:13:52 -05:00
.gitignore Fixed a typo in the code, doesn't really have a difference with the functionality. Also added memory management even though it's not needed as things auto release when the application close and the only thing to release is the password that we retained for the entire application run time. 2010-07-11 00:13:52 -05:00
info.plist Password Practice Start 2010-07-11 00:10:46 -05:00
License.txt Password Practice Start 2010-07-11 00:10:46 -05:00
main.m Password Practice Start 2010-07-11 00:10:46 -05:00
Password Practice.ai Password Practice Start 2010-07-11 00:10:46 -05:00
Password Practice.icns Password Practice Start 2010-07-11 00:10:46 -05:00
Password Practice.png Password Practice Start 2010-07-11 00:10:46 -05:00
Prefix.pch Password Practice Start 2010-07-11 00:10:46 -05:00
ReadMe.txt Password Practice Start 2010-07-11 00:10:46 -05:00
Screenshot.png Fixed a typo in the code, doesn't really have a difference with the functionality. Also added memory management even though it's not needed as things auto release when the application close and the only thing to release is the password that we retained for the entire application run time. 2010-07-11 00:13:52 -05:00

Simple, type in your password twice to verify that you typed it in right, and then hit return, a new window will appear allowing you to type in your password as many times as you like and keep track of if you typed it in right or not.