The principal behind this plugin is that you bundle fields in a serialised form, encrypt that value as a string, and transmit the string from one place to another; at the other end you unencrypt them and use that platforms built-in methods for creating users.
So technically you could run this process backwards, but that's not part of my plugin. Looks like others have tried integrating the databases.
The principal behind this plugin is that you bundle fields in a serialised form, encrypt that value as a string, and transmit the string from one place to another; at the other end you unencrypt them and use that platforms built-in methods for creating users.
So technically you could run this process backwards, but that's not part of my plugin. Looks like others have tried integrating the databases.