Changes

Jump to: navigation, search

Linux: Full Disk Encryption

82 bytes added, 07:07, 1 July 2019
/* Automated Decryption */
$ echo Hello World! | clevis encrypt tpm2 '{}' > test.txt
$ cat test.txt
eyJhbGciOiJkaXIiLCJjbGV2aXMiOnsicGluIjoidHBtMiIsInRwbTIiOnsiaGFzaCI6InNoYTI
...
$ cat test.txt | clevis decrypt tpm2
Hello World!
425
edits