Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Is windows key storage FIPS compliant?? (Score 1) 95

Because the author is saying that it uses password & some session key to encrypt. That means, it must be internally generating encryption key from password & encrypt. As for FIPS, password based key derivation functions are not allowed in FIPS mode [PBKDF. I think it is PKCS#5]. One key storage solution is using FIPS compliant hardware to store the keys [using pkcs#11].

Slashdot Top Deals

Real programmers don't comment their code. It was hard to write, it should be hard to understand.

Working...