1.1.0 • Published 11 months ago

hashing-azure-file-object v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Project for Creating Hashes of Files in Azure Containers and JS Objects

This project aims to create hashes of files in Azure Blob Storage containers and JS objects. It utilizes two main dependencies: "@azure/storage-blob" and "crypto-browserify". Below are the necessary steps to use this project.

Dependencies

The following dependencies are required to use this project:

  • @azure/storage-blob: Version 12.13.0 or higher. This dependency allows interaction with Azure Blob Storage containers and performs file storage operations, including getting the content of a file for hash calculation.

  • crypto-browserify: Version 3.12.0 or higher. This dependency provides cryptographic hash functions in the browser, which are used to calculate the hash of files.

Installation

To install the necessary dependencies, you can run the following command in the terminal:

npm install @hashing-azure-file-object
1.0.2

12 months ago

1.1.0

11 months ago

1.0.1

12 months ago

1.0.0

1 year ago