js-sha512 icon indicating copy to clipboard operation
js-sha512 copied to clipboard

A simple SHA-512, SHA-384, SHA-512/224, SHA-512/256 hash functions for JavaScript supports UTF-8 encoding.

Results 9 js-sha512 issues
Sort by recently updated
recently updated
newest added

Hi Team, What should be the values for the CrytoType Class attributes i.e. setValue and setCrytotype ?

Does somebody have any information about the minimum browser version please? Especially chrome I am interested in.

When using the new [`module` setting `"Node2016"`](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#esm-nodejs), the import fails. See this example: ![sha512-types-error](https://user-images.githubusercontent.com/1828233/170828340-c531858f-f3a5-471d-a2d5-e9880359fa77.gif)

Hi, Thank you for this great library. It's works easily directly in browser and for most project is very important. I don't know if the project still maintain. I do...

I'm using `js-sha512` in Angular 10, with `ng build` I get the following error: ``` WARNING in D:\Sources\Karnama\Apps\Karnama-Angular\src\app\account\login\login.component.ts depends on 'js-sha512'. CommonJS or AMD dependencies can cause optimization bailouts. For...

As seen here, the code already supports using an ArrayBuffer as input for the key when instanciating `HmacSha512`, but the types state that it only accepts a string as the...

CommonJS modules cannot be optimized with webpack, for example, and the bundle size of the application is potentially larger. As of Angular 10, a warning is emitted when building an...