You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Rodrigo Gallardo (JIRA)" <ji...@apache.org> on 2008/10/31 12:27:45 UTC

[jira] Updated: (SHINDIG-669) Add an encryptWithIV helper method

     [ https://issues.apache.org/jira/browse/SHINDIG-669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rodrigo Gallardo updated SHINDIG-669:
-------------------------------------

    Attachment: encryptWithIV.patch

Implementation of the requested method.

> Add an encryptWithIV helper method
> ----------------------------------
>
>                 Key: SHINDIG-669
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-669
>             Project: Shindig
>          Issue Type: Wish
>          Components: Common Components (Java)
>            Reporter: Rodrigo Gallardo
>            Priority: Minor
>         Attachments: encryptWithIV.patch
>
>
> I've come across the need to encrypt some data using a private IV computed from a shared secret. I could simply replicate Crypto.aes128cbcEncrypt into my code but change the IV's origin, but I'd rather keep this in the same class of helper's, in case someone changes or improves this later.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.