bobvanderlinden / sharpfilesystem

A virtual file system for .NET written in C#
MIT License
282 stars 69 forks source link

basic support for password protected (ZipCrypto) zip files #16

Open git-iason opened 7 years ago

git-iason commented 7 years ago

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.