php Programming Glossary: unreadable
obfuscate or encrypt some plain text data in PHP http://stackoverflow.com/questions/1043621/obfuscate-or-encrypt-some-plain-text-data-in-php
What do the ENT_HTML5, ENT_HTML401, … modifiers on html_entity_decode do? http://stackoverflow.com/questions/13745353/what-do-the-ent-html5-ent-html401-modifiers-on-html-entity-decode-do be decoded or not. For example #64976 gets decoded to an unreadable invalid character for ENT_HTML401 and ENT_XHTML and ENT_XML1..
Elegant way to search for UTF-8 files with BOM? http://stackoverflow.com/questions/204765/elegant-way-to-search-for-utf-8-files-with-bom then echo found BOM in file fi done Or if you prefer short unreadable one liners find type f while read file do `head c3 file ` '..
Minify / Obfuscate PHP Code http://stackoverflow.com/questions/2064973/minify-obfuscate-php-code obfuscates the PHP code. The goal is to make the code unreadable uneditable as possible. The ideal tool would run under Linux..
a better approach than storing mysql password in plain text in config file? http://stackoverflow.com/questions/3354242/a-better-approach-than-storing-mysql-password-in-plain-text-in-config-file come up with two minimal security boosts make the file unreadable via the web using rules in .htaccess in case php fails or there's..
Secure User Image Upload Capabilities in PHP http://stackoverflow.com/questions/3644138/secure-user-image-upload-capabilities-in-php
PHP/PDO/MySQL: inserting into MEDIUMBLOB stores bad data http://stackoverflow.com/questions/6346319/php-pdo-mysql-inserting-into-mediumblob-stores-bad-data On a third Linux server the inserted image is corrupted unreadable after a SELECT and the length of the column data as reported..
Limiting user login attempts in PHP http://stackoverflow.com/questions/679756/limiting-user-login-attempts-in-php marked this as accepted assuming that captchas are unreadable by machines she's almost right and so it's getting negative..
|