Blinkiz
May 20th, 2006, 10:39
The password is stored on the USB device in base64 encoding. It's not any encryption, just encoding.
Let's say someone steals my USB memory, the just have to do a search on google (http://www.google.com/search?hl=sv&q=base64+decoding&btnG=S%C3%B6k&meta=) and they will find tools to decode the password. Just open smartkey.dka with notepad and find the line with base64. You will get the computers name, the username and the password. Totally insecure!
I would prefer Dekart Logon used PKI for this. One private key and one public. Much more safe. Public key on the usb drive including the encrypted password. The private one one the computer.
Let's say someone steals my USB memory, the just have to do a search on google (http://www.google.com/search?hl=sv&q=base64+decoding&btnG=S%C3%B6k&meta=) and they will find tools to decode the password. Just open smartkey.dka with notepad and find the line with base64. You will get the computers name, the username and the password. Totally insecure!
I would prefer Dekart Logon used PKI for this. One private key and one public. Much more safe. Public key on the usb drive including the encrypted password. The private one one the computer.