PasswordProtectedChecker 1.3.0

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package PasswordProtectedChecker --version 1.3.0
NuGet\Install-Package PasswordProtectedChecker -Version 1.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PasswordProtectedChecker" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PasswordProtectedChecker --version 1.3.0
#r "nuget: PasswordProtectedChecker, 1.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PasswordProtectedChecker as a Cake Addin
#addin nuget:?package=PasswordProtectedChecker&version=1.3.0

// Install PasswordProtectedChecker as a Cake Tool
#tool nuget:?package=PasswordProtectedChecker&version=1.3.0

A small dll with some methods that you can use to check if a file is password protected

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on PasswordProtectedChecker:

Package Downloads
OfficeConverter

A very simple library that is wrapped around Microsoft Office (or LibreOffice) that can be used to convert Office documents to PDF. This library takes into account all the strange behaviors that you will get when running this on a server.

OfficeExtractor

Extracts embedded OLE objects from Word, Excel, PowerPoint and Open Office files without needing the original programs.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.10 2,969 2/11/2023

- It can check files with the extension .DOC, .DOT, .DOCM, .DOCX, .DOTM, .ODT, .XLS, .XLT, .XLW, .XLSB, .XLSM, .XLSX, .XLTM, .XLTX, .ODS, .POT, .PPT, .PPS, .POTM, .POTX, .PPSM, .PPSX, .PPTM, .PPTX, .ODP, .PDF, .ZIP, .MSG, .EML
- Added stream support
- Added result trail that shows what file is protected (for example myzip.zip -> passwordprotectedworddocument.doc)