tags:

views:

56

answers:

1

Dear all,

I have downloaded the LZMA SDK from the 7zip website but to my disappointment it does only support compression and decompression and does not support AES cypto. Does anyone know if there is any implementation of 7zip with AES cypto completely in JAVA?. Thanks.

Regards, Kal.

+2  A: 

According 7Zip team:

LZMA SDK doesn't support crypto methods. Use 7-Zip source code instead.

The source code is available in assembler, C and C++, you can call them from Java.

greuze