Obfuscation is not security, and using daft names only makes maintenance harder.
That's one of the things djr33 suggested at the start of this thread, and BLiZZaRD had already done that, anyway.also hide the file somewhere bot's can't get to (like /var/ or /etc), those are bad, but you get the idea.
Why? What's that supposed to accomplish?use base64_encode() / base64_decode() on the text file.
Base64 encoding is not a form of encryption. It is a means of transmitting 8-bit data across 7-bit protocols (like SMTP). Though it does so without regard for human readability, that is far from calling it a cipher. Again, obfuscation is not security.use a database to store the emails, also encrypted with base64_encode() / base64_decode()
Mike




Reply With Quote
Also, it must be noted that this "solution" falls apart if the email addresses are ever actually output 


Bookmarks