Subversion Repositories SmartDukaan

Rev

Rev 3106 | Rev 3390 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3106 Rev 3269
Line 42... Line 42...
42
    }
42
    }
43
 
43
 
44
    public void setPassword(String password) {
44
    public void setPassword(String password) {
45
        this.password = password;
45
        this.password = password;
46
    }
46
    }
-
 
47
 
-
 
48
    public static void main(String[] args) {
-
 
49
        if (args != null && args.length != 0) {
-
 
50
            System.out.println(new Sha256Hash(args[0]).toHex());
-
 
51
        }
-
 
52
    }
47
}
53
}