Package 

Class CreateHashForFiles

  • All Implemented Interfaces:

    
    public class CreateHashForFiles
    
                        

    This class creates the MD4 or SHA-1 hash for a specified file. input: 1. Path to file for which the hash should be created. 2. digest Type: either MD5 or SHA-1 output: 1. The hash value as hex created by the digest.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static String processCreateHash(String inputFile, String digestType)
      static void main(Array<String> args)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait