org.apache.shiro.tools.hasher
Class Hasher

java.lang.Object
  extended by org.apache.shiro.tools.hasher.Hasher

public final class Hasher
extends Object

Commandline line utility to hash data such as strings, passwords, resources (files, urls, etc).

Usage:

 java -jar shiro-tools-hasher-version-cli.jar
 
This will print out all supported options with documentation.

Since:
1.2

Constructor Summary
Hasher()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hasher

public Hasher()
Method Detail

main

public static void main(String[] args)


Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.