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 1.0.1 to 1.0.2

2

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

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

@@ -1,4 +0,4 @@

# React Native AES
# React Native Aes
AES encryption/decryption for react-native
AES crypto for react-native

@@ -10,5 +10,5 @@ ## Installation

### Installation (iOS)
* Drag RCTAes.xcodeproj to your project on Xcode.
* Click on your main project file (the one that represents the .xcodeproj) select Build Phases and drag libRCTAes.a from the Products folder inside the RCTAes.xcodeproj.
See [Linking Libraries](http://facebook.github.io/react-native/docs/linking-libraries-ios.html)
### Installation (Android)

@@ -57,2 +57,3 @@ #### Untested!

Aes.generateKey("Arnold", function(key) {
console.log(key);
Aes.encrypt("These violent delights have violent ends", key, function(base64) {

@@ -67,2 +68,3 @@ console.log(base64);

console.log("encrypt error");
});
}, function() {

@@ -69,0 +71,0 @@ console.log("generate key error");

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