tkyaji / cordova-plugin-crypt-file

This plugin to encrypt the source files.
Apache License 2.0
179 stars 116 forks source link

Files not decrypted when app launched. I could see my cordova project file got encrypted but could not launch the application #11

Closed DevHybrid closed 7 years ago

DevHybrid commented 8 years ago

Hi tkyaji,

Thanks for this awesome plugin, much needed for hybrid apps!

I am using cordova-plugin-crypt-file in my project. I have installed the plugin and built cordova android project. When I checked the source code after building it, the files got successfully encrypted.

But when I run the project (launch on Android device), it gives error of index.html not found.

Please suggest if I am missing on any other configuration or anything needs to be upgraded. Using cordova version 5.4.0 Ionic version 1.7.10

Please help!!!

pallaviMN commented 8 years ago

@DevHybrid , can you please tell me how to call encrypt & decrypt of this plugin. Or Just installation of this is enough?

DevHybrid commented 8 years ago

Hi, I also tried this plugin in one of my apps. But it supports few android devices and crashes app for others. The development of this plugin is already stopped by tkyaji. So I don’t think it will support future apps.

Regards, Sumit Dalve Mobility | Digital Transformation SBU Phone: +91-20-6652 5000 | Ext: 2048 | Cell: +91-9860350510 ———————————————————————————— KPIT | Web: www.kpit.comhttp://www.kpit.com/ Social: Facebookhttp://www.kpit.com/facebook | Twitterhttp://www.kpit.com/twitter | Linkedinhttp://www.kpit.com/linkedin | Youtubehttp://www.kpit.com/youtube

From: pallaviMN [mailto:notifications@github.com] Sent: Monday, June 6, 2016 4:07 PM To: tkyaji/cordova-plugin-crypt-file cordova-plugin-crypt-file@noreply.github.com Cc: Sumit Dalve Sumit.Dalve@kpit.com; Mention mention@noreply.github.com Subject: Re: [tkyaji/cordova-plugin-crypt-file] Files not decrypted when app launched. I could see my cordova project file got encrypted but could not launch the application (#11)

@DevHybridhttps://github.com/DevHybrid , can you please tell me how to call encrypt & decrypt of this plugin. Or Just installation of this is enough?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/tkyaji/cordova-plugin-crypt-file/issues/11#issuecomment-223924059, or mute the threadhttps://github.com/notifications/unsubscribe/AQrhwKUeGPIxeEOJarGXypcRpK3zZZZQks5qI_higaJpZM4HjiTo.

This message contains information that may be privileged or confidential and is the property of the KPIT Technologies Ltd. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. KPIT Technologies Ltd. does not accept any liability for virus infected mails.

pallaviMN commented 8 years ago

@DevHybrid , can you please send code snippet of how to call this plugin in hybrid apps?