public class Decrypt extends Application
Please note that you should not use this utility to decrypt an RAES
encrypted ZIP file (usually a file with a ".tzp"
or
".zip.rae"
or ".zip.raes"
extension) back to a plain ZIP
file.
This is because RAES encrypted ZIP files use the "UTF-8"
as their character set, whereas plain ZIP files use "IBM437",
a.k.a. "CP437".
Constructor and Description |
---|
Decrypt() |
public static void main(String[] args) throws IOException
IOException
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.