Subversion Repositories SmartDukaan

Rev

Rev 22627 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22627 Rev 23081
Line 61... Line 61...
61
    public void setPassword(String password) {
61
    public void setPassword(String password) {
62
        this.password = password;
62
        this.password = password;
63
    }
63
    }
64
 
64
 
65
    public static void main(String[] args) {
65
    public static void main(String[] args) {
66
        if (args != null && args.length != 0) {
-
 
67
            System.out.println(new Sha256Hash(args[0]).toHex());
66
            System.out.println(new Sha256Hash("neeraj@123").toHex());
68
        }
-
 
69
    }
67
    }
70
}
68
}