For those who don’t know the Obfuscator is for reporting bugs and support requests where the schema,data and queries are not allowed to be disclosed.
At the moment it requires PHP5+ and MySQL5+, the only requirement at the moment is the mysqli extension. It’s being written so that a simple command line interface will be added later as well as a way of interfacing with it directly in PHP. Because of the pluggable style infrastructure the possibilities are left wide open.
Features:
-
Multiple Query Obfuscation Multiple queries in
a single obfuscation
procedure, so that tables are obfuscated consistently over a few related
queries. -
Query Reformating the tokeniser will be able
to pretty print queries no
mater how ugly your query is. - Pluggable Schema Obfuscation Obfuscation of schema will be …