All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.togocms.pns.api.KeyGenerator Maven / Gradle / Ivy

The newest version!
package com.togocms.pns.api;

import com.clickntap.utils.SecurityUtils;

public class KeyGenerator {

	public static void main(String[] args) throws Exception {
		System.out.println(SecurityUtils.sha1("__"));
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy