开发者

PHP Base64 encode with salt string

How can I encode string using PHP Base64_encode function with passing some Salt String

I don't want others to hack my string. If some one is having little knowledge in php, he can easily hack if I directly encode string. Because this is the only function allow you to decode encoded content. As far as I know.

开发者_如何学编程

In the tutorials I see above function will accept only one parameter.

Any Help ?


You should use mcrypt php extension.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜