Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-aes-crypto

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-aes-crypto - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

2

package.json
{
"name": "react-native-aes-crypto",
"version": "3.0.2",
"version": "3.0.3",
"description": "AES crypto native module for react-native",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -86,3 +86,3 @@ # React Native AES

const generateKey = (password, salt, cost, length) => Aes.pbkdf2(password, salt, cost, length)
const generateKey = (password, salt, cost, length) => Aes.pbkdf2(password, salt, cost, length, 'sha256')

@@ -89,0 +89,0 @@ const encryptData = (text, key) => {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc