|
Class Summary |
| CryptoStreamFactoryImpl |
Concrete factory for creating encrypting/decrypting streams. |
| CryptoUtil |
Helper class to provde generic functions to work with CryptoStreams. |
| HexConverter |
Helper class to for HEX conversion. |
| Main |
Command line tool for encrypting/decrypting files
file [enc|dec] passwd [file]*
string [enc|dec] passwd plaintext |
| PasswordFactory |
The implementation supplies a default password in the case that
the programmer don't want to have additional hassles. |
| SmartDecryptingInputStream |
An input stream that determine if the originating input stream
was encrypted or not. |