dfd-tud / deda

https://dfd.inf.tu-dresden.de
GNU General Public License v3.0
1.59k stars 92 forks source link

Cross-referencing in ReadMe #19

Closed DonaldTsang closed 4 years ago

DonaldTsang commented 4 years ago

Any comments on https://github.com/iandennismiller/yellowdot ?

timojuez commented 4 years ago

What does it do? According to the ReadMe, it adds dots randomly. If dots are being distributed randomly, this does not obfuscate the information. If dots are being distributed randomly exactly over the valid places in the cells, the information is distorted but can be repaired by the repetition code. The parity codes can detect distortion in every code word repetition. There are even codes (Pattern 2) where we do not know if there is an inner code with error correcting features so even in this case DEDA adds a dot on all possible places that belong to the code word to obfuscate information. Maybe the referenced program does something else?

DonaldTsang commented 4 years ago

@timojuez I think yellowdot is a worse but respected attempt in trying what deda does