legacy icon indicating copy to clipboard operation
legacy copied to clipboard

pack() function

Open B1N4R1 opened this issue 5 years ago • 1 comments

So I have this errors: Warning: pack(): Type H: illegal hex digit R in C:\xampp\htdocs\legacy-master\index.php on line 192

Warning: pack(): Type H: illegal hex digit T in C:\xampp\htdocs\legacy-master\index.php on line 192

And I'm quite sure it's because of this line in the code:

$key = pack("H*", 'REDACTED');

Thing is, what do I have to change there for it to work?

I would appreciate if anyone was kind enough to explain me

Thanks!

B1N4R1 avatar Oct 27 '19 22:10 B1N4R1

You need to generate a hex key to put here (encrypt passwords)

It is not an error, just warning.

augustresende avatar Oct 28 '19 13:10 augustresende