public class PBEFileProcessor
extends java.lang.Object
To encrypt a file: PBEFileProcessor -e [-ai] fileName passPhrase.
If -a is specified the output file will be "ascii-armored".
If -i is specified the output file will be "integrity protected".
To decrypt: PBEFileProcessor -d fileName passPhrase.
Note: this example will silently overwrite files, nor does it pay any attention to the specification of "_CONSOLE" in the filename. It also expects that a single pass phrase will have been used.
Constructor and Description |
---|
PBEFileProcessor() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |