I will be maintaining my libraries here: http://bit.ly/pATDBi I am the lead developer for libraries that ship with the Wiring distribution. As per version 1.0 - Wiring will support Arduino boards. You are welcome to check it out! http://wiring.org.co/download/
Password Library for Arduino Author: Alexander Brevig Contact: alexanderbrevig@gmail.com Updates: Nathan@sobisource.com
1.2 2012-04-05: Compile Fixes and Updates For Arduino IDE v1.0 <<
1.2 2012-04-05: Compile Fixes and Updates For Arduino IDE v1.0 <<
1.1 2009-06-17: Added assignment operator =, equality operators == != and insertion operator <<
1.0 2009-06-17: Initial Release
Password is a library for the Arduino.
It is created to help simplify the handling of passwords.
Download here: Password.zip
Put the Password folder in "hardware\libraries\".
In the Arduino IDE, create a new sketch (or open one) and select from the menubar "Sketch->Import Library->Password".
Once the library is imported, an '#include <Password.h>' line will appear at the top of your Sketch.
Password password = Password("P4ssword");
Set the target password equal to password.
Is the target password equal to password
Append a character to the currently guessed password
Reset the currently guessed password
Is the guessed password equal to the target password?
//contact me
| Part of AlphaBeta Libraries. | |
| Last Modified: | April 05, 2012, at 02:00 AM |
| By: | sobiguy |