any ideas here. UXP doesn’t seem to support neither the nodejs crypto nor the javascript web crypto api. I need to do some hashing for files before some process. Is there any better alternative that works very well for uxp and a well maintained project?
What kind of hashing?
I need to hash a file using sha256 or sha1. nodejs crypto had it and used it on cep but with uxp it’s quite tricky
I am quite sure you would be able to find something. Maybe this one? @aws-crypto/sha256-js - npm
In my case I found something for CRC.