I'm using random_bytes()
to create a nonce which will return something like
��;w ���%N�:0���c1x*#�M��
Then when I base64_decode()
it'll return something like ���
which is confusing because it's just a shorter version of something encrypted.
How do I get the actual string?