argon2-browser icon indicating copy to clipboard operation
argon2-browser copied to clipboard

Argon2 library compiled for browser runtime

Results 22 argon2-browser issues
Sort by recently updated
recently updated
newest added

It says: Access to fetch at 'file://.../node_modules/argon2-browser/dist/argon2.wasm' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, brave,...

When using crypto_pwhash_MEMLIMIT_MODERATE/1024 memory (256 MiB), 3 iterations, it takes more than a second to hash and while it hashing, render loop is blocked and page is frozen I'm using...

How can i use this package with vite and astrojs, i was trying to implement this but i keep on getting this error ```js [0] 9:35:44 PM [vite] Internal server...

[`README.md`](https://raw.githubusercontent.com/antelle/argon2-browser/master/README.md) says: ```javascript argon2.verify({ // }) // result .then(res => { res.hash // hash as Uint8Array res.hashHex // hash as hex-string res.encoded // encoded hash, as required by argon2 })...

Hello. I was searching for a JavaScript implementation of Argon2 and have found this repository. To my surprise, this is not a pure JS library, but a code written in...

Build in a nutshell (for dummies like me). ``` $ ./ci/install.sh $ source emsdk/emsdk_env.sh ### Alternatively retrieve git submodules (i.e. when cloning argon2-browser repo use flag --recursive) ### $ git...

On Webpack, the cache expects exports on a required module to stay the same. The dist/argon2.js module deletes the export when calling unload runtime. On Webpack builds, if you unload...

Hi, this PR chages the argon2.js script to check for simd availability via the wasm-feature-detect library, and load the simd-enabled binary if simd support is available.

Building from the master branch with the latest emsdk produces a completely different binary than what is hosted on the demo website. At cursory glance of the WAT formats, the...