You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
456 B

  1. /*
  2. To define your password, rename this file to passwd.h and edit the defines below.
  3. Security Note: While it is possible to use macros to send passwords, credit card numbers,
  4. and other sensitive information it is a supremely bad idea to do so. Anyone who gets a hold
  5. of your keyboard will be able to access that information by opening a text editor.
  6. */
  7. #define PASSWORD_A "enter your first password here"
  8. #define PASSWORD_B "second password if you need"