Haha, I got Hacked

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

I usually add two directories in my .ssh dir: public and private

in public i store the public keyfiles
in private i store (eventual) private keyfiles. (usually only @localhost)

and then i run: http://timvw.madoka.be/programming/bash/setupssh.txt whichs generates the required files ;)
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Post by daedalus__ »

Don't you mean cracked?
GM
Forum Contributor
Posts: 365
Joined: Wed Apr 26, 2006 4:19 am
Location: Italy

Post by GM »

One way I use is to change my keyboard language into some other character set, like cyrillic, and then choose the password.

In this way, you can write down the keys that you press to create the password, and if anyone sees it, they still have to guess the correct keyboard language to use before they can use it.

You can even use "password" - in cyrillic it comes out as "зфыыцщкв" :)
Post Reply