Crypto
Description
This benchmark focuses on different areas of crypto and are
split in three different sub-benchmarks. The different benchmarks
use the implementation inside the product and will therefore focus
on both the vendor implementation of the protocol as well as how it
is executed.
- aes encrypt and decrypt using the AES and DES protocols, using CBC/PKCS5Padding and CBC/NoPadding. Input data size is 100 bytes and 713 kB.
- rsa encrypt and decrypt using the RSA protocol, using input data of size 100 bytes and 16 kB.
- signverify sign and verify using MD5withRSA, SHA1withRSA, SHA1withDSA and SHA256withRSA protocols. Input data size of 1 kB, 65 kB and 1 MB.
Authors