Welcome Guest, Not a member yet? Register   Sign In
problems passing base64_encoded value
#2

I would use the Text helper for this purpose to avoid URL issues with Base64; it uses bin2hex() on the result of random_bytes() instead of base64_encode().

Code:
echo random_string('crypto', 64);

https://codeigniter.com/user_guide/helpe...dom_string
Reply


Messages In This Thread
RE: problems passing base64_encoded value - by craig - 03-25-2021, 02:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB