| | |
| | | |
| | | |
| | | public static void main(String[] args) { |
| | | // String a18408280894 = MD5Generator.generateMD5("280894"); |
| | | // String a18398968484 = MD5Generator.generateMD5("968484"); |
| | | // String a18224358736 = MD5Generator.generateMD5("358736"); |
| | | // String a18683812118 = MD5Generator.generateMD5("812118"); |
| | | // String a15828353127 = MD5Generator.generateMD5("353127"); |
| | | // String a17683246536 = MD5Generator.generateMD5("246536"); |
| | | // String a18280405248 = MD5Generator.generateMD5("405248"); |
| | | // String a18482186931 = MD5Generator.generateMD5("186931"); |
| | | // String a13540218174 = MD5Generator.generateMD5("218174"); |
| | | // System.err.println(a18398968484); |
| | | // |
| | | //// System.err.println(s1); |
| | | // String b18408280894 = encryptPassword(a18408280894); |
| | | // String b18398968484 = encryptPassword(a18398968484); |
| | | // String b18224358736 = encryptPassword(a18224358736); |
| | | // String b18683812118 = encryptPassword(a18683812118); |
| | | // String b15828353127 = encryptPassword(a15828353127); |
| | | // String b17683246536 = encryptPassword(a17683246536); |
| | | // String b18280405248 = encryptPassword(a18280405248); |
| | | // String b18482186931 = encryptPassword(a18482186931); |
| | | // String b13540218174 = encryptPassword(a13540218174); |
| | | // String c18408280894 = encryptPassword(b18408280894); |
| | | // String c18398968484 = encryptPassword(b18398968484); |
| | | // String c18224358736 = encryptPassword(b18224358736); |
| | | // String c18683812118 = encryptPassword(b18683812118); |
| | | // String c15828353127 = encryptPassword(b15828353127); |
| | | // String c17683246536 = encryptPassword(b17683246536); |
| | | // String c18280405248 = encryptPassword(b18280405248); |
| | | // String c18482186931 = encryptPassword(b18482186931); |
| | | // String c13540218174 = encryptPassword(b13540218174); |
| | | // System.err.println(c18408280894); |
| | | // System.err.println(c18398968484); |
| | | // System.err.println(c18224358736); |
| | | // System.err.println(c18683812118); |
| | | // System.err.println(c15828353127); |
| | | // System.err.println(c17683246536); |
| | | // System.err.println(c18280405248); |
| | | // System.err.println(c18482186931); |
| | | // System.err.println(c13540218174); |
| | | |
| | | |
| | | String s = MD5Generator.generateMD5("666666"); |
| | | String s = encryptPassword("ad23a8ac3c902145ffe05df05812b1f0"); |
| | | System.err.println(s); |
| | | // System.err.println(s); |
| | | |
| | | System.err.println(matchesPassword("6ac9d3a5c7639060425fadd6db3d305e","$2a$10$M.L9orN4p8y6aLvBhOm9hevAmi0YXAPuWIHZrAyEAKGW3x8B4/0d.")); |
| | | System.err.println(matchesPassword("ad23a8ac3c902145ffe05df05812b1f0","$2a$10$Rw0A4NjcdqnNrImdOn4EI.z.Ib.XfpY01NPPs9kSsF42JxGrMrJBy")); |
| | | } |
| | | } |