使用 trezor/ledger 解密 LUKS

使用 trezor/ledger 解密 LUKS

使用 trezor 可以像这样加密和解密 encfs encfs --standard --extpass=./encfs_aes_getpass.py ~/.crypt ~/crypt 脚本在这里 https://github.com/trezor/python-trezor/blob/master/tools/encfs_aes_getpass.py 我想知道是否可以在设置 LUKS 时将外部设备设置为密码源?

答案1

是的,有可能。

cryptsetup有一个选项--key-file,您可以将您的密钥(由 Trezor 设备生成)传递给。

这是一个有效的例子:https://github.com/xaionaro-go/trezorLuks

相关内容