Which crypto-libraries you use.
Which crypto-libraries you use.
We don't need too much. Aes256, and possibly some hashes and HMAC if we would replace all code using that library. We have been using LockBox 3 and it's not too good and that well maintained.
Any lib that receives some love and care, and would have clean and flexible API.
We don't need too much. Aes256, and possibly some hashes and HMAC if we would replace all code using that library. We have been using LockBox 3 and it's not too good and that well maintained.
Any lib that receives some love and care, and would have clean and flexible API.
/sub
ReplyDeleteIntel IPP include Cryptographic functions, using SIMD instructions. Fast & reliable.
ReplyDeleteIn my experience OpenSSL is the best performer. It significantly outperforms any of the native Delphi security stacks we have tested. It can be hard to work with but it can do just about anything. If you have to use a Delphi stack I recommend Eldos/nsoftware SecureBlackbox.
ReplyDelete