diff --git a/package.json b/package.json index efdacbf..96f9a4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-get-app-signature", - "version": "0.1.1", + "version": "0.1.2", "description": "This plugin is used to get application signature", "cordova": { "id": "cordova-plugin-get-app-signature", diff --git a/plugin.xml b/plugin.xml index 14612c2..cba35fc 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + ReadAppSignature diff --git a/readme.md b/readme.md index c7358fa..58fcaed 100644 --- a/readme.md +++ b/readme.md @@ -17,12 +17,11 @@ You can read more about it on [Android official website](https://source.android. ## Tampering Prevention Techniques - Signature verification is one of the method to prevent apk tampering, you need to find the signature key and that key you need to validate from server when the application opens, get the key for the first time and pass it to your server guy, let him store it in his server and each time when the app opens he will have to validate the key, if the key is not matching the app has been tampered, in that case you can block the user from accessing the application, +> Signature verification is one of the method to prevent apk tampering, you need to find the signature key and that key you need to validate from server when the application opens, get the key for the first time and pass it to your server guy, let him store it in his server and each time when the app opens he will have to validate the key, if the key is not matching the app has been tampered, in that case you can block the user from accessing the application, ## Usage ```javascript - cordova.exec(function success(signature){ //Check signature