Search:

Type: Posts; User: Zepx

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    2,311

    Re: Help understanding this code

    Hi,

    Thanks for the reply. I understand that the other method is to manually add back the 0's from your HashUtility class. However, I'm more keen to understand why the above code, that is, by using...
  2. Replies
    2
    Views
    2,311

    Help understanding this code

    public static String MD5(Object obj) throws java.security.NoSuchAlgorithmException {
    String buffer = obj.toString();
    java.security.MessageDigest digest =...
Results 1 to 2 of 2