[Solved] Somebody heard about this encryption? [closed]
Looks like you just System.out.println()d a Java byte[]. Try using Arrays#toString(byte[]). 1 solved Somebody heard about this encryption? [closed]
Looks like you just System.out.println()d a Java byte[]. Try using Arrays#toString(byte[]). 1 solved Somebody heard about this encryption? [closed]
Unless there is some indicator in your string of what kind of string it is, we may not be able to help. It looks too long for MD5 (34 instead of 32), but it could be MD5 and two characters of checksum. Some hashing algorithms work by applying a mix of algorithms, or the same … Read more