1.0.4 • Published 2 years ago

is-file-protected v1.0.4

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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.2-beta

2 years ago