Hi,
I am making a new website which will highly depend on secure database entries, and somebody suggested to use base64 (base64_encode/decode) in PHP and it works great and I thought it was secure.
After thinking about it, I couldn't understand the point of base64 at all - if somebody got into the database, even though selecting the tables would just send 'gibberish' base64, they could easily decode the base64 either with their own script or a simple Google search!
So that lead me to ask what is the point of base64 when it can be decoded just as easily as it was encoded?
No doubt a really simple answer will come out of my question, but I thought i'd ask anyway considering I couldn't find any info. on Google (!).
Thanks in advance,
Michael McNeela (Calamitie)


LinkBack URL
About LinkBacks






Reply With Quote

