public class MD5 extends Object
MD5 class.
| Constructor and Description |
|---|
MD5() |
| Modifier and Type | Method and Description |
|---|---|
static String |
hash(File f)
Return the md5-hash of a file
|
static String |
hash(String s)
Return the md5-hash of a string
based on Heshan Perera @ http://stackoverflow.com/a/10530959/998816
|
Copyright © 2010–2017 EvoSuite. All rights reserved.