serpro / Android-PHP-Encrypt-Decrypt

Encrypt / Decrypt Between Android and PHP and vice-versa
155 stars 74 forks source link

Alternative for Ionic 2 Framework #17

Closed SachetBajra closed 7 years ago

SachetBajra commented 7 years ago

I implemented this method in Android and PHP. But now after creating the same app in Ionic 2 for iOS need to perform the same process in ionic 2 (typescript). Any help would be wonderful.

serpro commented 7 years ago

I've never worked with TypeScript, but I found this code that might help you: https://github.com/PasteSafe/pastesafe/blob/master/src/pastesafe.ts

SachetBajra commented 7 years ago

I managed to do it.

https://github.com/SachetBajra/IonicFramework_v2/wiki/AES-Encryption-in-Ionic-Framework-2