SHA-1, AES and 3DES: is SecureBridge FIPS 140.2 compliant ?
Posted: Sun 20 Jun 2010 18:06
Platform: Using Delphi Rad Studio 2007 on Windows XP SP3 and Vista
Reference: http://csrc.nist.gov/groups/STM/cmvp/do ... al-all.htm
Requirement: FIPS 140.2 compliant encryption
========
My application obtains/creates sensitive data in PLAIN TEXT that it MUST save to file using *** FIPS 140.2 compliant encryption ***.
The URL above lists FIPS VALIDATED modules. Windows CryptoAPI is a validated module.
Questions:
1. Key Question: Does SecureBridge use Windows CryptoAPI for SHA-1, AES and Triple DES encryption? If no, does it use FIPS 140,2 validated code?
2. If yes, can it encrypt/decrypt plain text of any size (most of my needs are trivial - in range of 100 KB to 200 KB of plain text; occasionally larger)?
3. [NOT so important but good to have] Encrypted data in #2 will be saved to file and decrypted when read back from file. Does SecureBridge provide any functionality to save/load while performing encryption/decryption on the way?
Thank you
Reference: http://csrc.nist.gov/groups/STM/cmvp/do ... al-all.htm
Requirement: FIPS 140.2 compliant encryption
========
My application obtains/creates sensitive data in PLAIN TEXT that it MUST save to file using *** FIPS 140.2 compliant encryption ***.
The URL above lists FIPS VALIDATED modules. Windows CryptoAPI is a validated module.
Questions:
1. Key Question: Does SecureBridge use Windows CryptoAPI for SHA-1, AES and Triple DES encryption? If no, does it use FIPS 140,2 validated code?
2. If yes, can it encrypt/decrypt plain text of any size (most of my needs are trivial - in range of 100 KB to 200 KB of plain text; occasionally larger)?
3. [NOT so important but good to have] Encrypted data in #2 will be saved to file and decrypted when read back from file. Does SecureBridge provide any functionality to save/load while performing encryption/decryption on the way?
Thank you