SLIDE 17 Secure data storage (3)
– Encryption: AES256 counter:
– reading data + encrypting (no writes): – Intel Core 2 Duo E7400 2.80 GHz, RAM: 4 x 1024MB DDR2, Fedora 14 64 bit, kernel 2.6.35 or Win 7 Pro SP1 64 bit » C + openssl, Java + Bouncy Castle ~46 MB/s » C# + Bouncy Castle 20 MB/s » C# + Commercial Library 47 MB/s – in-RAM operations faster: » C + openssl ~100 MB/s
- More if you exploit AES-NI
Intel Core i7 3.4GHz 8GB RAM Ubuntu 11.10 – SFTP (AES-256): C + openssl 150 MB/s – In-RAM encryption ~ 1 GB/s (or more) – Most libraries (and Java VM) can exploit AES-NI!
– SHA512 digests:
2 x Six-Core AMD Opteron 2435 2.6 GHz (2 cores used by VM), 2 GB RAM, Centos 5.6 – gcc: 4.1.2, OpenSSL: 0.9.8e, Boost: 1.33.1, ~ 1,2 GB/s