qsort 发表于 2013-2-4 14:36:59

ESSIV

Encrypted Salt-Sector Initialization Vector,自Linux Kernel 2.6.10引入的接口,用于产生安全的iv,公式如下:
IV(sector) = Es(sector), where s = hash(key)
 
参见wiki的页面http://en.wikipedia.org/wiki/Disk_encryption_theory#ESSIV
页: [1]
查看完整版本: ESSIV