Skip to main content

No project description provided

Project description

HashToDocument

Write File Information to docx(for Forensic)

Install

$ pip install HashToDocument 

Usage

1. Basic Usage Example

from HashToDocument import HashToDocument

docx = HashToDocument()
docx.scanDir('sample') # input target Directories
docx.save('123.docx') # save to docx

2. Recursive Directory Usage Example

from HashToDocument import HashToDocument

docx = HashToDocument()
docx.scanDir(
    dir     = 'sample',   # input target Directories
    option  = 'recursive' 
) 

docx.save('123.docx') # # save to docx

3. set Range parsing field

You can filter only the fields you want by adjusting the list variable.

from HashToDocument import HashToDocument

# Field
Field = ['filename', 'size', 'md5', 'sha1', 'sha256', 'ctime', 'mtime', 'atime']

docx = HashToDocument(Field)
docx.scanDir('sample') # input target Directories
docx.save('123.docx') # # save to docx

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

HashToDocx-1.0.0.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

HashToDocx-1.0.0-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file HashToDocx-1.0.0.tar.gz.

File metadata

  • Download URL: HashToDocx-1.0.0.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for HashToDocx-1.0.0.tar.gz
Algorithm Hash digest
SHA256 8a42b73d419bfc35fdef3ec4c465fe26921f35f8342f77f3de660b25edb5c5d6
MD5 a2546a9287a35cb75b659d8912fe9756
BLAKE2b-256 7a91c7197e2f66adc7e1984677f91f300c59dbbc8b613f6129e68d04800778d8

See more details on using hashes here.

File details

Details for the file HashToDocx-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: HashToDocx-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 3.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for HashToDocx-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4f9cbbccbbb1c27d2d9c3f442db9f6add2ae97af3705ca019a89cefebf65e90c
MD5 b884810e94b911769828ffd1687d879d
BLAKE2b-256 c0e5c4437e594d8aec3d492e7569303d937a74cdf77f6094021627fcbd6e9b8a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page