Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Passwords = Reasonable Bank Security

Name: Anonymous 2011-06-19 14:53

Name: Javalee 2011-06-20 3:22

There's a very special to encrypt customer passwords I found in my last job:


class Main {
    public static void main(String[] args) {
        if (args.length == 2)
            System.out.println(args[1].hashCode());
    }
}


Isn't it cool?

Why use MD5/SHA?
Why use salt?
Why EVEN use SSL?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List