phax / as2-lib

A generic Java AS2 library, servlet and server
107 stars 43 forks source link

Adding encryption and sighning algorithms #38

Closed zharpaz-bmc-com closed 6 years ago

zharpaz-bmc-com commented 6 years ago

Hi Philip,

We need to add AES256 and SHA-2. I will add them and issue a pull request. OK with you?

Thanks, Ziv

phax commented 6 years ago

SHA-224, SHA-256, SHA-384 and SHA-512 are already supported! See class ECryptoAlgorithmSign.

The PR for AES256 in ECryptoAlgorithmCrypt is appreciated.

zharpaz-bmc-com commented 6 years ago

Correct. My mistake regarding SHA-2. Sorry.

phax commented 6 years ago

No worries. Thanks for your help

phax commented 6 years ago

See PR #39

phax commented 6 years ago

You need a release now, or is there more to come?

zharpaz-bmc-com commented 6 years ago

I will try to include support for large files. No need for release yet. Thanks Phillip.