react-native-sha256 icon indicating copy to clipboard operation
react-native-sha256 copied to clipboard

sha256 natively for react-native

Results 34 react-native-sha256 issues
Sort by recently updated
recently updated
newest added

Is it possible to provide raw, base64, and/or base64url output support as well. This is will be handy for implementing OAuth clients, for example.

Including sha512 implementation, both on iOS and Android

Handy to use inside a redux reducer.. And may be SHA-512 as well as HMAC-SHA-256/512 as well that are often needed?

I've just tried to upgrade `google-services` in my app to 3.3.0 and encounter following compilation issue: ``` A problem occurred configuring project ':app'. > Could not resolve all dependencies for...

When checking the types: ``` node_modules/react-native-sha256/sha256.d.ts:3:37 - error TS2314: Generic type 'Array' requires 1 type argument(s). 3 export const sha1Bytes: (input: Array) => Promise; ~~~~~ node_modules/react-native-sha256/sha256.d.ts:5:39 - error TS2314: Generic...

This is a follow up for https://github.com/itinance/react-native-sha256/commit/4bec3c805aadde626779bb72d2a0b5c414691682

Pleasantly surprised to find this library provides sha1 functionality. There's a fork react-native-sha1 which has since broken, reading through commit differences I see this plugin now provides this functionality so...

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.28 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies