alexdean / as2

AS2 protocol implementation in Ruby
https://rubygems.org/gems/as2
MIT License
3 stars 2 forks source link

allow configuration of encryption cipher when sending messages #35

Closed alexdean closed 1 year ago

alexdean commented 1 year ago

default is aes-256-cbc, the same value which we formerly hard-coded in As2::Client#send_file.