I want to get content of a file and store it in a string(?), but also convert that string into hex number. I do it via this code, I'm only getting 6 hex characters where there should be a lot more. Is it because the hex number would be so big?
I have this image which is like 20kb and I want the entire file in a one hex number. Maybe a hex string but then convert that into a number? Do I need to include something for large numbers?