org.logi.crypto.test
Class hash

java.lang.Object
  |
  +--org.logi.crypto.test.hash

public class hash
extends java.lang.Object

Compute a hash of the data on standard in and write it to standard out. The name of the hash function is taken on the command line, but defaults to SHA1

Author:
Logi Ragnarsson (logir@logi.org)

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

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception


Copyright 1997-2000 Logi Ragnarsson