You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "wenweijian (Jira)" <ji...@apache.org> on 2022/06/13 11:59:00 UTC

[jira] [Created] (CRYPTO-162) openSslCipher support engine

wenweijian created CRYPTO-162:
---------------------------------

             Summary: openSslCipher support engine
                 Key: CRYPTO-162
                 URL: https://issues.apache.org/jira/browse/CRYPTO-162
             Project: Commons Crypto
          Issue Type: New Feature
          Components: Cipher
            Reporter: wenweijian


The engine is the hardware or software implementation used for performing cryptographic operations.

 

Assume we have a hardware device with a super fast implementation of AES. Now when we use AES encryption we can set the engine to that hardware device (instead of {{{}NULL{}}}), which means that the operations are now computed by the hardware device instead of the default OpenSSL software layer.

 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)