echandragrg / winzipaes

Automatically exported from code.google.com/p/winzipaes
0 stars 0 forks source link

Encryption on Android #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
0. this problem only occurs on android (not on windows or linux)
1. use AesZipFileEncrypter.zip() + AesZipFileEncrypter.zipAndEncryptAll() to 
encrypt a file
2. ZipFileEntryInputStream.nextEntry() is not able to read the zipFile / read() 
returns -1 although available shows a reasonable value

Original issue reported on code.google.com by olaf.merkert on 8 Jan 2011 at 9:32

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
fixed by composition instead of superclass for FileInputStream

Original comment by olaf.merkert on 8 Jan 2011 at 11:20

GoogleCodeExporter commented 8 years ago
Thank you very much Olaf!

Original comment by amirs...@gmail.com on 13 Jan 2011 at 10:31

GoogleCodeExporter commented 8 years ago
Dear amirs,

have you faced any slowness using this library in android application?

thanks in advance.

Original comment by kayyali....@gmail.com on 18 Jan 2011 at 7:51

GoogleCodeExporter commented 8 years ago
Hello Kayyali,

Only when I am creating one or two classes when I am debugging with Eclipse it 
can take more than one minute to create one object. But it is ok since I am 
debugging… On my N1 it is great and I am not experiencing slowness.

Original comment by amirs...@gmail.com on 30 Jan 2011 at 4:10