public class Encrypt
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
bytesToHexString(byte[] bytes) |
static java.lang.String |
md5(java.lang.String key)
A hashing method that changes a string (like a URL) into a hash string
|