Skip to content

asephermann/capacitor-antitampering

 
 

Repository files navigation

capacitor-antitampering

Capacitor plugin to verifies the integrity of the static assets of your application, cheking if the files have changed since the original build.

Install

npm install capacitor-antitampering
npx cap sync

API

verify()

verify() => Promise<AntiTamperingResult>

Returns: Promise<AntiTamperingResult>


Interfaces

AntiTamperingResult

Prop Type
status string
assetsCount number
messages string

About

Verify the integrity of static assets - Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 55.9%
  • Swift 11.5%
  • Java 9.6%
  • Ruby 7.5%
  • TypeScript 6.6%
  • Objective-C 5.2%
  • JavaScript 3.7%