topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday March 18, 2024, 9:08 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: One-Time Grid  (Read 4512 times)

c.gingerich

  • Supporting Member
  • Joined in 2011
  • **
  • Posts: 748
    • View Profile
    • The Blind House
    • Donate to Member
One-Time Grid
« on: October 14, 2020, 12:37 PM »
I had initially made this as a Windows app, but have since made it into a website.

Description: Provides a grid for making secure passwords.

Thought behind it: It was late at night and I was watching Star Trek (the new movie with Chris Pine as Kirk) and I dozed off. Had a dream that I had shuffled off this mortal coil and my wife needed to get into one of my accounts. She didn't have access to my password manager account. So, I was thinking of a way that I can not only have them as hard copy (stored in a notebook in the safe) but also have them in my password manager. Every time you visit the page, the grids are different and no grid repeats... at least it shouldn't.

How I use it: Every time I need a new password I grab a sheet (I printed some out front and back of a page and each has 6 grids on it) and circle the group of character that I want to use as the password, like a word search puzzle, (making sure to follow that site's guidelines for passwords) and then indicate the start and end. It may sound like a pain, but it's not (at least I don't think so). I write the description/website at the top along with the username. I have also included a random string and a pin that can be use as a suffix/prefix to the password.

Website: https://theblindhouse.com/otg

Now, I am not a web developer... like at all. I just googled my way to using PHP enough to make this page. With that said, there is more I would like to do and if anyone is willing to lend some Knowledge, I would appreciate it!

To Do: (The bit I need help on)
- Make it so the page can be printed out on 1 sheet of paper w/o needing to mess with the printer dialog. I.E. Make it super easy to print for the end user.
   [UPDATE: Printing seems to work fine on Chrome, I can print the full page. No so much in Safari]
- Make it mobile friendly. I tried to use CSS and add @media queries but without any luck.
- Style the table MUCH BETTER than it currently is.
- A way to be able to "circle" the letters in the grid (again like a word search) and have it print that way. This is no where near the level I can reach and is probably not going to happen, but I can wish. This was way easier than I thought it would be. I don't have them circle, but I change the cell background on click.
- Different color for numbers and symbols in grid

Thoughts and comments welcome!!
« Last Edit: May 31, 2022, 01:47 PM by c.gingerich »

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: One-Time Grid
« Reply #1 on: November 15, 2020, 05:29 AM »
Seems very interesting indeed !!!!

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,958
    • View Profile
    • Donate to Member
Re: One-Time Grid
« Reply #2 on: January 16, 2021, 01:45 PM »
How I use it: Every time I need a new password I grab a sheet (I printed some out front and back of a page and each has 6 grids on it) and circle the group of character that I want to use as the password, like a word search puzzle, (making sure to follow that site's guidelines for passwords) and then indicate the start and end. It may sound like a pain, but it's not (at least I don't think so). I write the description/website at the top along with the username. I have also included a random string and a pin that can be use as a suffix/prefix to the password.
hi Chris,
trying to figure out if I understand this correctly:

is the main point of this:
1) having help to create a random password ?
2) having a hard copy that you can store (e.g. in your safe) ?

unimportant:
you say that you "indicate the start and end" -
3) do you draw a line from start square to finish square through each character in sequence (I of course initially chose the most complex line possible, but this doesnt make the password any better...)
4) do you keep that line relatively simple :-) ?
Tom

c.gingerich

  • Supporting Member
  • Joined in 2011
  • **
  • Posts: 748
    • View Profile
    • The Blind House
    • Donate to Member
Re: One-Time Grid
« Reply #3 on: January 18, 2021, 10:32 AM »
Hey Tom,

Yes, it's to help create a random password and to have a hard copy. Yes, I draw a line from the beginning to the end. I usually use a dot at the beginning of the line and an X at the end. Yes, I try to keep is simple but it depends on how string I want the password and the password requirements of the site.

Hope that helps!

How I use it: Every time I need a new password I grab a sheet (I printed some out front and back of a page and each has 6 grids on it) and circle the group of character that I want to use as the password, like a word search puzzle, (making sure to follow that site's guidelines for passwords) and then indicate the start and end. It may sound like a pain, but it's not (at least I don't think so). I write the description/website at the top along with the username. I have also included a random string and a pin that can be use as a suffix/prefix to the password.
hi Chris,
trying to figure out if I understand this correctly:

is the main point of this:
1) having help to create a random password ?
2) having a hard copy that you can store (e.g. in your safe) ?

unimportant:
you say that you "indicate the start and end" -
3) do you draw a line from start square to finish square through each character in sequence (I of course initially chose the most complex line possible, but this doesnt make the password any better...)
4) do you keep that line relatively simple :-) ?