On Mon, May 10, 2010 at 6:49 AM, alex bernier <alex.bery@live.fr> wrote: > > In my script , i use DBI module to launch SQL queries , > and i'm looking for a way to hide or to use the queries outside of > my script? If I were attacking your SQL queries and we were on a Mac OS/Solaris, BSD, or Linux system, I'd use strace, ktrace, or DTrace to completely bypass all your in-application obfuscation. If your query went over the network (like most database queries) I could also just read the queries with any common administrator tool for watching network traffic. I wouldn't even have to know any Perl. Any administrator could do any of the above. JoshThread Previous | Thread Next