1.0.4 • Published 12 months ago

is-file-protected v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

is-file-protected

A library to check if various file types are encrypted.

Usage example

import { checkFileEncrypted } from "is-file-protected";
const isFileEncrypted = await checkFileEncrypted(filePath);

if (!isFileEncrypted) {
  // file not protected
}

// file protected

File supported

  • PDF
  • DOCX
  • XLSX
  • PPTX
  • PPT (use msoffcrypto-tool)
  • DOC (use msoffcrypto-tool)
  • XLS (use msoffcrypto-tool)

File supported (Coming soon)

  • ZIP
  • RAR
  • 7Z
  • TAR
  • GZIP
1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.3

12 months ago

0.0.2-beta

12 months ago