Closed olastor closed 1 year ago
Hey @olastor, thanks for the suggestion. We gave it some thought:
One of the design goals was to not store any unique identifiers in the file system, as blue merle is mainly about eliminating unique identifiers. Adding a static seed to deterministic mode would, as you correctly explain, result in a random IMEI plus a static unique identifier in the filesystem. This salt could later serve as post-hoc evidence that a specific mudi was used with a specific SIM even after the SIM was ditched.
This is why we decided not to offer implement that mode.
@Linuzifer I see, thank you for the explanation.
In the spec it says:
I think by adding a secret / salt, that the user provides additionally, e.g. by a parameter
--deterministic-salt
, which is also used to seed the random generator ("salt + imsi"), the relationship between IMSI and IMEI could not be traced back anymore, right? Not sure if that would practically improve it (since there is already a random mode), though. Just as a suggestion / feedback.