public final class Raes extends Object
Note that this class is not intended to access RAES encrypted ZIP files - use the TrueVFS client API modules for this task instead.
public static void decrypt(Path cipherFile, Path plainFile, boolean authenticate) throws IOException
authenticate - If this is true, the channel data get
authenticated.
Note that this operation has linear complexity.
If this is false, only the key/password and the file
length get authenticated.IOExceptionpublic static void encrypt(Path plain, Path cipher) throws IOException
IOExceptionCopyright © 2005–2015 Schlichtherle IT Services. All rights reserved.