• Follow us on Twitter @buckeyeplanet and @bp_recruiting, like us on Facebook! Enjoy a post or article, recommend it to others! BP is only as strong as its community, and we only promote by word of mouth, so share away!
  • Consider registering! Fewer and higher quality ads, no emails you don't want, access to all the forums, download game torrents, private messages, polls, Sportsbook, etc. Even if you just want to lurk, there are a lot of good reasons to register!
Upvote 0
On important sites (bank accounts, work etc) I just take the name of the page & run it through a mixed substitution/transposition cipher that I have memorized.

That way if I ever forget the password I can easily decipher it using the information on the site itself.
 
Upvote 0
Muck;2044880; said:
On important sites (bank accounts, work etc) I just take the name of the page & run it through a mixed substitution/transposition cipher that I have memorized.

That way if I ever forget the password I can easily decipher it using the information on the site itself.

What?
 
Upvote 0
ScottsdaleBucki;2044884; said:

Let's say I was using it for this site (which I don't incidentally).

You would start with buckeyeplanet.

A very simple encryption algorithm is the Caesar cipher.

If we just use a shift 1 we get:

abcdefghijklmnopqrstuvwxyz
zabcdefghijklmnopqrstuvwxy

Take each letter from the word, find it in the top alphabet & then replace it with the one directly underneath.

Doing that with buckeyeplanet gives us:

atbjdxdokzmds

Since most systems require at least one alpha numeric character you can just do what many people do normally...replace any vowels with a corresponding character (ie a=@, e=3, i=1, o=0, u=^). If a upper case letter is required you can make a consistent rule to always make the same character upper case every time...so let's say the third from the right.

Doing that leave us with:

@tbjdxd0kzMds

bucknuts = @tbjmTsr

The two ciphers I use are ones I can do in my head without writing them down so it's much quicker & easier for me in practice.

Basically the advantage is that it allows me to create a unique password for every site I visit without it being necessary to remember what the password is. If I completely forget the pword for a site I can just re-encode it on the fly from the page itself.
 
Last edited:
Upvote 0
391805_317562681606438_100000581262285_1255497_365644280_n.jpg
 
Upvote 0
Back
Top