mirror of
https://github.com/Geprivilegieerde-Anonimiteit-BV/XACrypto.git
synced 2026-08-21 13:36:21 -04:00
SHA1 fully tested + working
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
package de.caydenno1.xacrypto;
|
||||
import de.caydenno1.xacrypto.hash.sha.SHA0;
|
||||
|
||||
public class XACrypto {
|
||||
private XACrypto() {}
|
||||
|
||||
static void main(String[] args) {
|
||||
String res = SHA0.hash("tah");
|
||||
System.out.println(res);
|
||||
}
|
||||
static void main(String[] args) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user