sharpfilesystem icon indicating copy to clipboard operation
sharpfilesystem copied to clipboard

basic support for password protected (ZipCrypto) zip files

Open git-iason opened this issue 9 years ago • 0 comments

added overloads for SharpFileSystem.Open and .Create to take a password for the zip file re-used unit tests from SharpFileSystemTests as well as added unit tests to verify that a file can be opened when the correct password is in use, and that an exception is thrown when trying to open a file with the wrong password.

git-iason avatar Apr 08 '17 19:04 git-iason