当计算机处于休眠模式或正在运行屏幕保护程序时,当某人拥有物理或网络访问权限时,2有多安全?在没有关闭计算机的情况下,是否有办法规避FileVault 2?
发布于 2012-08-15 12:12:58
发布于 2013-04-19 18:06:21
只是简单地补充一下前面的答案;如果您仍然担心有人会在待机期间从RAM中获取您的加密密钥,您可以启用OS X的一个名为"DestroyFVKeyOnStandby“的电源管理功能,如上文提到的这里 (与Richard相同的链接),第37页。
来自man pmset:
destroyfvkeyonstandby - Destroy File Vault Key when going to standby mode.
By default File vault keys are retained even when system goes to standby.
If the keys are destroyed, user will be prompted to enter the password while
coming out of standby mode.(value: 1 - Destroy, 0 - Retain)完整的命令将是sudo pmset -a destroyfvkeyonstandby 1。
这将允许在所有FileVault电源模式待机期间销毁-a密钥。这是UPS -u,电池-b和充电器-c (墙电源)。
https://security.stackexchange.com/questions/18720
复制相似问题