The archive driver family for RAES encrypted ZIP files.
RAES encrypted ZIP files are no more than regular ZIP files
which use UTF-8 as their character set (like JARs) and have been
wrapped as a whole in the RAES file format.
RAES enables transparent random access to AES encrypted data in the file as
if the application were reading decrypted data from a
RandomAccessFile
.
RAES is not at all specific to ZIP files - any kind of content can be
encrypted.
TrueZIP uses RAES to enable transparent access to encrypted ZIP files as if
they were (virtual) directories.
To access RAES encrypted ZIP files, client applications need to