SharpZipLib icon indicating copy to clipboard operation
SharpZipLib copied to clipboard

Encryption needs refactoring

Open dgrunwald opened this issue 12 years ago • 0 comments

SD-122, originally created on 5/24/2004 10:18:54 by John Reilly

Encryption as of v0.84 has been partially refactored and needs completing.

Also further refactoring is required to allow compact framework to be able to build again.

Originally it was implemented for Zip files only but was partially placed in classes that are used by other algorithms. It would be good to look at allowing other encryption algorithms and reworking things so Zip encryption is for Zip code only. This comes back to design more than refactoring.


Comment from John Reilly on 8/9/2007 12:22:05: DeflatorOutputStream has been improved to support all frameworks for encryption.

This is still not complete however.

dgrunwald avatar Dec 29 '13 17:12 dgrunwald