hashing-azure-file-object
v1.1.2
Published
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.
Downloads
56
Readme
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