64 lines
1.3 KiB
Markdown
64 lines
1.3 KiB
Markdown
<!-- .slide: data-background="img/hd.jpg" -->
|
|
|
|
### Data Security
|
|
|
|
--
|
|
|
|
### Sicurezza dei dati
|
|
|
|
You can lose access to your hardware, or even worse it can get confiscated or stolen. Shit happens
|
|
<br>
|
|
<!-- .element: class="fragment" -->
|
|
![think](img/think.jpg)
|
|
|
|
--
|
|
|
|
## Come risolvo?
|
|
|
|
- **rank** data by importance
|
|
- **backup** stuff you don't want to lose
|
|
- **encrypt** stuff that you wouldn't share
|
|
|
|
--
|
|
|
|
### Backup
|
|
There are a lot of backup programs but first start from the basics:
|
|
- copy your stuff to a new media
|
|
- store the media away from you
|
|
- repeat on a sensible frequency
|
|
- ???
|
|
- profit
|
|
|
|
For the hardcore people: the **3-2-1 rule**.
|
|
|
|
--
|
|
|
|
## Encrypt everything
|
|
|
|
It's becoming easier every year! <br>You usually need only a password or PIN at startup.
|
|
|
|
|
|
--
|
|
|
|
## Some clarifications
|
|
|
|
You can read the data ALWAYS if the hardware is ON.
|
|
<br>
|
|
Screen lockers can be bypassed: don't leave your hardware unattended.
|
|
<br>
|
|
|
|
Protip:
|
|
<blockquote> 🕭 When bells rings clear, shut down your gear 🕭</blockquote>
|
|
notes:
|
|
se suonano alla porta, spegni il computer o smonta la partizione cifrata prima di aprire.
|
|
|
|
--
|
|
|
|
## Compartmentalization
|
|
|
|
Do I need to have all my data on every device?
|
|
|
|
- Do I need emails on my phone?
|
|
- Do I need chats on my computer?
|
|
|
|
Often the best data protection is achieved by not having the data at all ;)
|