gdcc / dvwebloader

A web tool for uploading folders of files to a Dataverse dataset
Apache License 2.0
1 stars 6 forks source link

Crypto-js is going away? #31

Open qqmyers opened 4 weeks ago

qqmyers commented 4 weeks ago

It looks, from https://github.com/brix/crypto-js, like crypto-js isn't being maintained after v4.2.0 because most of its functionality can be replaced by the crypto module in browsers. Unfortunately, from what I've read, the ability to create a hash from a streaming input (as we do to calculate hashes for large files w/o loading them into memory) is one of the things currently missing from the crypto module (with some work to standardize this going on.) If anyone has newer info, please share and we can consider moving away from crypto-js when there's a good option.