Mega strong base_64 encode PHP file?

olliepop

Member
Messages
138
Reaction score
0
Points
16
Hey guys,

I was wondering if some kind person could supply a method for mega strong base_64 encoding of a PHP file. This might include replacing characters etc etc. I will be forever grateful!
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
Why would you need anything that's not in the box? Even if you're using some weird edge-case Unicode encoding, mb_convert_encoding() should handle it.
 
Top