MD5 in a few lines of Java
1 import java.security.*;
2 import java.math.*;
3
4 public class MD5 {
5 public static void main(String args[]) throws Exception{
6 String s="This is a test";
[…]
Just programming
Month: March, 2007MD5 in a few lines of Java 1 import java.security.*; Updating Linux systems for 2007 Daylight Savings Time changes.This works on most systems. First download the updated DST packages: tar -zxvvf tzco* Now compile the data: mkdir temp Verify the new data file is correct: ./zdump -v temp/EST5EDT | grep 2007 |