1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00
wiki.mbirth.de/know-how/software/_posts/2009-02-02-codestar.md

1.9 KiB

title layout created updated toc tags
CodeStar default 2009-02-02 21:59:35 +0100 2009-02-02 21:59:35 +0100 false
know-how
software
encryption

Homepage: codestar.de

There's a software called CodeStar which claims to use the RSA-algorithm to encrypt up to 8 of your passwords using a single password (you should remember). It then lets you print out a colourful card which is the size of a credit card for you to have all your important passwords at hand when you're on the road.

The bad thing: There's nothing encrypted. You just have to think of a password which consists of different letters. Then you type up to 8 different passwords which can be up to the length of your master password. These passwords are printed around the letters of your master password, e.g. the first letter of the first password is printed to the top left of the first letter of your master password. The 1st letter of the second password is printed to the top of the 1st letter of the master password and so on. The unused fields are filled with random data.

This then looks like this:

![]({{ site.url }}/assets/cskartenbildklein.gif)

So let's say your master password is LINUXMASTER (no duplicate letters allowed!) and your passwords or PINs are: tEsT, secret, 0815, 4711 and windowsuser. To get one of the passwords, you'd follow the letters of your master password and find this: (random data omitted!)

ts0 Ee8 sc1 Tr5  e   t
 L4  I7  N1  U1  X   M   A   S   T   E   R
  w   i   n   d   o   w   s   u   s   e   r

Since I think 20€ for such a piece of software (which claims to use the RSA-Alogrithm when it's not) is a bit too much, I spent 20-30 minutes in OpenOffice Calc and came up with this:

![]({{ site.url }}/assets/codestarooo.png)

Download: [codestar.ods]({{ site.url }}/assets/codestar.ods)