I know it's impossible to prevent people from stealing our data, but I have a large database and I want to at least prevent automated scripts from stealing my database.
My ideas so far:
- use JavaScript or encode HTML = heavy and could easily be decoded
- recaptcha for the search = no way, users will just leave my website
- inserting random data and tags in the site HTML to avoid regex rip = good?
Any ideas are appreciated.