Remove _includes/langs, use anchors in YAML instead

This commit is contained in:
Samuel Shifterovich
2018-12-24 11:53:14 +01:00
parent 9663a69c67
commit fb69c5ae2a
23 changed files with 97 additions and 106 deletions

View File

@@ -0,0 +1,18 @@
---
en: &base
title: Key Disclosure Law
subheading: Who is required to hand over the encryption keys to authorities?
description: >
Mandatory [key disclosure laws](https://en.wikipedia.org/wiki/Key_disclosure_law) require individuals to turn over encryption keys to law enforcement conducting a criminal investigation. How these laws are implemented (who may be legally compelled to assist) vary from nation to nation, but a warrant is generally required. Defenses against key disclosure laws include steganography and encrypting data in a way that provides plausible deniability.
[Steganography](https://en.wikipedia.org/wiki/Steganography) involves hiding sensitive information (which may be encrypted) inside of ordinary data (for example, encrypting an image file and then hiding it in an audio file). With plausible deniability, data is encrypted in a way that prevents an adversary from being able to prove that the information they are after exists (for example, one password may decrypt benign data and another password, used on the same file, could decrypt sensitive data).
apply: Key disclosure laws apply
may_apply: Key disclosure laws may apply
dont_apply: Key disclosure laws don't apply
footnote: people who know how to access a system may be ordered to share their knowledge, <strong>however, this doesn't apply to the suspect itself or family members.</strong>
it:
<<: *base
footnote: something italian
---