de.schlichtherle.truezip.sample.file.app.Encrypt.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of truezip-samples Show documentation
Show all versions of truezip-samples Show documentation
Sample applications to demonstrate the usage of various TrueZIP module
APIs.
Some of these samples use rather advanced or exotic features which
makes them more complex than necessary for a typical application.
By design, the sample applications use all file system drivers which
can be located at runtime.
Location of the available file system drivers is performed by
scanning the class path - see the Javaodoc for the TrueZIP Kernel class
de.schlichtherle.truezip.fs.sl.FsDriverLocator for more information.
usage=Wraps a file into an RAES encrypted file.\n\n\
Usage:\tencrypt SRC DST\n\n\
where SRC is the content file to wrap and DST is the resulting encrypted file.\n\
Please note that both files may actually be located in a ZIP file (.zip suffix)\n\
or a RAES encrypted ZIP file (.tzp suffix).