You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Xianda Ke (JIRA)" <ji...@apache.org> on 2016/05/25 03:28:13 UTC

[jira] [Created] (CRYPTO-60) opensslCipher support GCM mode

Xianda Ke created CRYPTO-60:
-------------------------------

             Summary: opensslCipher support GCM mode 
                 Key: CRYPTO-60
                 URL: https://issues.apache.org/jira/browse/CRYPTO-60
             Project: Commons Crypto
          Issue Type: Sub-task
            Reporter: Xianda Ke
            Assignee: Xianda Ke


The interface would look like JCE. In encryption mode,  the authenticated tag information is appended at the end of output. 
In decryption mode, the authenticated tag should appended at the end of input. If the encrypted data is tampered, it will throw an AEADBadTagException.







--
This message was sent by Atlassian JIRA
(v6.3.4#6332)