Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.32 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.32 KB

A Reasonably Secure Thinkpad

How to build a reasonably secure t480s Thinkpad.

Considerations

One major component to build a reasonably secure laptop, is the use of the Static Root of Trust for Measurements from your Trusted Platform Module.

But this functionnality comes with high risks:

If one hash in your PCRs tables comes to change, you won't be able to recover your data. (This could be an easy way to disrupt your hard work)

Before you start playing with some important stuff, you should consider a safe solution to store your data:

  • version control system
  • backup on personnal physical device
  • cloud storage provider (with dual encryption)
  • ...

Why Qubes ?

Pros:

  1. Free and open-source software
  2. Xen
  3. Security by compartmentalization
  4. Dom0: isolate from network

Cons:

  1. Hardware Compatibility
  2. Necessary RAM

Contents