|
|
|
@ -91,7 +91,7 @@ public class BaseDES { |
|
|
|
public static void main(String args[]) { |
|
|
|
try { |
|
|
|
BaseDES d = new BaseDES(); |
|
|
|
String encryptedText = d.encrypt("90048130"); |
|
|
|
String encryptedText = d.encrypt("90048144"); |
|
|
|
System.out.println("加密结果:" + encryptedText); |
|
|
|
System.out.println("加密字符串:90005179》"+d.encrypt("90005179")); |
|
|
|
System.out.println("解密字符串:6aaef5277c050f7ae383f816651098ff》"+d.decrypt("6aaef5277c050f7ae383f816651098ff")); |
|
|
|
|