I am creating a native plugin to use with my cordova app for some security specific functions (encryption / decryption etc). Can another developer extract the plugin from my app and use it ?
This is my first cordova app, so I don't fully understand how everything works yet.
EDIT: In iOS - I will write the plugin in C++ & Objective-c In Java, I will use JNI to access the C++.
Will the C++ source be viewable ?