1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
wiki.mbirth.de/know-how/software/_posts/2009-02-02-codestar.md

2.0 KiB

created, layout, layout_old, redirect_to, tags, title, toc, updated
created layout layout_old redirect_to tags title toc updated
2009-02-02 21:59:35 +0100 redirect default https://blog.mbirth.de/archives/2009/02/02/codestar.html
know-how
software
encryption
CodeStar false 2009-02-02 21:59:35 +0100

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)