You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented your plugin and it works like charm from the first time.
But i want to encrypt only .js file written by me and not the third party plugin. I have read your Edit subjects section. But i am not sure, how to provide path of .js file in /www folder only.
Please help.
The text was updated successfully, but these errors were encountered:
goelsmiti
changed the title
Encrypt some sepecifc files only
Encrypt file at specific location only
Oct 17, 2019
This working for me :
In plugins\cordova-plugin-crypt-file\plugin.xml <cryptfiles> <include> <file regex="\.(htm|html|js|css)$" /> </include> <exclude> <file regex="\plugins" /> </exclude> </cryptfiles>
Hi,
I have implemented your plugin and it works like charm from the first time.
But i want to encrypt only .js file written by me and not the third party plugin. I have read your Edit subjects section. But i am not sure, how to provide path of .js file in /www folder only.
Please help.
The text was updated successfully, but these errors were encountered: