org.tranche.scripts
Class BreakApartUserZipFile

java.lang.Object
  extended by org.tranche.scripts.BreakApartUserZipFile

public class BreakApartUserZipFile
extends java.lang.Object

Takes a User Zip File (*.zip.encrypted) and the password for that file and creates a X509Certificate file (*.public.certificate) and a PrivateKey file (*.private.key) in the same directory.

Author:
James "Augie" Hill - augman85@gmail.com

Constructor Summary
BreakApartUserZipFile()
           
 
Method Summary
static void main(java.lang.String[] args)
          Takes a User Zip File (*.zip.encrypted) and the password for that file and creates a X509Certificate file (*.public.certificate) and a PrivateKey file (*.private.key) in the same directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BreakApartUserZipFile

public BreakApartUserZipFile()
Method Detail

main

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

Takes a User Zip File (*.zip.encrypted) and the password for that file and creates a X509Certificate file (*.public.certificate) and a PrivateKey file (*.private.key) in the same directory.

Parameters:
args - -uzf [path to user zip file] -pass [user zip file passphrase]


This code is free for use both commercially and non-commercially as stated in the project's license