1.0.4 • Published 1 year ago

is-file-protected v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.3

1 year ago

0.0.2-beta

1 year ago