looking for some help with app

ScriptinPHP

Member
Licensed User
Longtime User
I need someone to help with writing some code that will encrypt all transactions to and from SQLite db, as well as writing a sync script for PHP, that will pass all data from server to and from the app.

More details on the sync process will be given after we have an agreement in place.

SYNC will ONLY be for data, not CRUD table structure.

long story short, the data needs to be encrypted to/from the app, as well as to/from the server, and all data on the server must be encrypted.

encryption requirements:
- Must be reversible.
- Must use a salt.


Let me know if you can help / would be interested.

ScriptinPHP
 

stefanobusetto

Active Member
Licensed User
Longtime User
hi
i've developed 10 or more applications
with b4a using a web service to query, insert, update and delete
an odbc database
the web service is written in php
the connection is encrypted and encoded

i've also written a b4a app intefaced with an oracle db
the app stores a local synced copy of the data
i use a php encrypted w.s.

write me if interested
 
Top