Help for this page

Select Code to Download


  1. or download this
    
    import java.io.UnsupportedEncodingException;
    ...
        String hash = (new BASE64Encoder()).encode(raw); 
        System.out.println("Encoded: " + hash);
    }}
    
  2. or download this
    use Digest::SHA;
    use utf8;
    ...
            
            #Print
            #print "Needs to be: \t5yfRRkrhJDbomacm2lsvEdg4GyY=";