Socket
Socket
Sign inDemoInstall

cordova-plugin-key-hash

Package Overview
Dependencies
68
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cordova-plugin-key-hash

Generate and retrieve application key hashes from signatures


Version published
Maintainers
1
Created

Readme

Source

Key Hash for Cordova

Build Status

This plugin provides the ability to generate and retrieve application key hashes from signatures.

Installation

cordova plugin add cordova-plugin-key-hash

Usage

var successCallback = function(keyHashes) {
    console.log(keyHashes) // ['NoeLNrq33NiEm2sfQRTnS+clCx4=']
}
var errorCallback = function(err) {
    window.alert(err)
}

window.plugins.getKeyHashes(successCallback, errorCallback)

Supported platforms

  • Android

Example app and tests

You can find example an example app inside the example/ folder. You can run auto tests tapping on the Run tests button in the app.

Example appAuto tests
android-example-1android-example-2

License

This project is MIT-licensed

Keywords

FAQs

Last updated on 12 Feb 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc