Closed NamarsahaM closed 3 years ago
It returns blank when I use:
$hashids = new Hashids\Hashids(); $hashed_text = $hashids->encode_hex("63706b64"); echo $hashed_text;
But it gets hashed when I try:-
$hashids = new Hashids\Hashids(); $hashed_text = $hashids->encode_hex("63706b"); echo $hashed_text;
Thanks for reporting! Please provide a failing test case in a pull request.
I have raised same on stackoverflow:- https://stackoverflow.com/questions/65966294/hashid-encryption-returning-no-value-in-php
It returns blank when I use:
But it gets hashed when I try:-