Class cryptix.examples.IDEAcryptAFile
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.examples.IDEAcryptAFile

java.lang.Object
   |
   +----cryptix.examples.IDEAcryptAFile

public class IDEAcryptAFile
extends Object
This is a demo of how to use the IDEA block cipher for encrypting data. A file is opened and then en/de-crypted to stdout. To encrypt :
  java IDEAcryptAFile plaintext-filename passphrase > ciphertext-filename
and to decrypt :
  java IDEAcryptAFile -d ciphertext-filename passphrase > plaintext-filename

References

Copyright © 1995, 1996, 1997 Systemics Ltd on behalf of the Cryptix Development Team. All rights reserved.

Author:
Systemics Ltd
See Also:
BlockCipher, IDEA, CipherFeedback

Constructor Index

 o IDEAcryptAFile()

Method Index

 o main(String[])
 o usage()

Constructors

 o IDEAcryptAFile
  public IDEAcryptAFile()

Methods

 o usage
  public static void usage()
 o main
  public static void main(String argv[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index