Hello
I need to store 40 channels of digital characters in a 512k eeprom and we need to compress the chain of maximum 40 bytes
I saw an example or the result after compression is 18 bytes
The string is converted to decimal hexadecimal
Example: 1234567890 = 10 bytes
Becomes: 12 34 56 78 90 = 5 bytes
I do not know if there is another way to further reduce the minimum bytes?
And once the data I have to compress encrypt in the same
eeprom you have an idea?
Even with encrypted xor chain is still a length of 18 bytes
Because I have an encrypted text and no way to decrypt it, I do not see
how it was I wanted to emulate him.
But apparently it must have a high level of programming and
Encryption is very strong.
Is there another way to encrypt without taking up too much space?
Bookmarks