|
|
|
|
|
by throwaway9d0291
2424 days ago
|
|
> my limited understanding is that Australian law forbids secure-by-design encryption pipelines This understanding is wrong. Secure encryption is perfectly legal, tech media simply likes to overreact to laws without actually reading them. The underlying law that lead to this widespread misconception requires Australian companies to assist law enforcement in acquiring communications but only when it can be done in such a way that nobody else is affected [0]. The example I usually use to illustrate what this means is: - The law could potentially compel WhatsApp to add code to their application that checks for a particular hard-coded user ID (i.e. new IDs have to be pushed through the app signing and update process) and when the user with that ID sends or receives a message, a plaintext copy is sent to law enforcement. - The law could _not_ compel WhatsApp to add a law enforcement key to every message or to otherwise weaken their encryption or security in anyway. [0]: http://classic.austlii.edu.au/au/legis/cth/consol_act/ta1997... |
|
Secure by design includes ideas like the pipe forgetting what it transmitted after it finishes transmitting it.