View Single Post
Old 10-30-2012, 05:57 PM   #84
Klapo
Member
Klapo began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Oct 2012
Location: Poland
Device: PW2, PW3, PW4, PW5SE
Nah, just simple ZipCrypto, AES-256...

Hmm, how about this:

When opening zip file, call function:
> zip_stat

when encryption method is used:
Ask for password (we can type it via pbkeyboard), save passwd to cache/ram and call function:
zip_fopen_index_encrypted

else, just zip_fopen_index like always.


What do you think about it? (Let's just ignore unrarlib (cause I don't know where I can find documentation ))
Klapo is offline   Reply With Quote