Hallo,
Das bedeutet, dass das LSB (Bit mit der niedrigsten Wertigkeit) invertiert wird. D.h. aus 0 wird 1 und aus 1 wird 0.
Angenommen du findest ein "C". Binär: 01000011.
Um jetzt das "C" zu entschlüsseln musst du das niedrig-wertigste Bit invertieren => 01000010 => "B"
Ich hoffe ich konnte das halbwegs verständlich erklären
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."