Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 2.04 KB

File metadata and controls

27 lines (18 loc) · 2.04 KB

PASSCODE GRID

Creates a sample passcode grid

You can run the program from here.

screenshot

Summary

While I was doing my taxes last year, the CRA had offered an option to use a passcode grid as part of the
authenication process.  I thought to myself "Hey!  I Can do that!!!", so I got to work.

The grid works by you storing a copy on your computer somewhere safe, and it stores a copy in your profile.
After you login with your username and password it will then randomly ask you to type in the characters
found in say A1.  It will ask three times.  The questions are random, so you have to have the whole
chart with you.

To demonstrate how this works, I added a routine after the chart is created randomly asking for what is
in each cell.

#### **Author**

Asher Green - *Full Stack Developer* \
[website](http://www.ashergreen.ca) | [LinkedIn](https://www.linkedin.com/in/asher-green-6a96551/)