UNPKG

cordova-plugin-certificatepinning

Version:

This plugin allows allows you to check the SSL Certificate of the server you're connecting to. This can be useful for prevention of Man In The Middle attacks.

31 lines (30 loc) 678 B
{ "name": "cordova-plugin-certificatepinning", "version": "1.0.1", "description": "This plugin allows allows you to check the SSL Certificate of the server you're connecting to. This can be useful for prevention of Man In The Middle attacks.", "cordova": { "id": "cordova-plugin-certificatepinning", "platforms": [ "ios", "android" ] }, "keywords": [ "Certificate", "SSL", "Pinning", "Man in the Middle", "MitM", "ecosystem:cordova", "cordova-ios", "cordova-android" ], "engines": [ { "name": "cordova", "version": ">=3.0.0" } ], "author": "Nicolas Heldmaier", "license": "MIT" }