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

aerogear-cordova-crypto

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aerogear-cordova-crypto - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

src/android/libs/aerogear-crypto-0.1.5-android.jar

2

package.json
{
"name": "aerogear-cordova-crypto",
"version": "0.0.2",
"version": "0.0.3",
"description": "This plugin mimics the API of the aerogear-js crypto functions as close as possible, but delegates the work to the native implementations\n ",

@@ -5,0 +5,0 @@ "cordova": {

@@ -15,3 +15,3 @@ AeroGear Crypto Plugin

* Password based key derivation support (PBKDF2)
* Password based key derivation support

@@ -27,3 +27,3 @@ ```js

* Symmetric encryption support (GCM)
* Symmetric encryption support

@@ -47,3 +47,3 @@ * Encryption:

});
// or with regular callbacks

@@ -87,3 +87,3 @@

* Asymmetric encryption support (ECC) / iOS not supported
* Asymmetric encryption support / iOS not supported

@@ -126,3 +126,3 @@ ```js

### Android
### Android

@@ -133,2 +133,18 @@ ```shell

## Run tests
1. Use your existing cordova app, or create a new one.
1. Add the plugin and the tests:
```bash
cordova plugin add https://github.com/aerogear/aerogear-cordova-crypto.git
cordova plugin add https://github.com/aerogear/aerogear-cordova-crypto.git#:/tests
```
1. Add this plugin:
```bash
cordova plugin add http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework.git
```
1. Change the start page in `config.xml` with `<content src="cdvtests/index.html" />` or navigate to cdvtests/index.html from within your app.
## Documentation

@@ -135,0 +151,0 @@

@@ -0,0 +0,0 @@ /* AeroGear JavaScript Library

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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