Class JavaPad

java.lang.Object
  |
  +--JavaPad

public class JavaPad
extends java.lang.Object

javaPad.java Java implementation of the "one touch pad" encryption algorithm This class encrypts plaintextfiles using a private key and decrypts encrypted files with a key. Please read the Readme or the tutorial in the padnut directory. If you are in textmode, sorry for the long lines :)

Version:
1.2.0 LAST EDITED: 31.01.2001 <-little endian
Author:
Erlend Aakre, www.klogd.net

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

Constructor Detail

JavaPad

public JavaPad()
Method Detail

main

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