Project:Bakery Single Sign-On System
Version:6.x-2.0-alpha2
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:needs work

Issue Summary

We tried to use the Bakery library for SSO together with a Ruby on Rails application. In order to make the decryption work for OpenSSL I had to modify the bakery_mix method to (for openssl) correctly pad the input text before encryption. It may be helpful for others if this could be included in the module.

I attached a file with the changed/added methods.

AttachmentSize
bakery_mix.txt1.3 KB

Comments

#1

Status:active» needs work

Thanks for your bug report and for helping make this a better module. Could you provide this as a patch?

Cool to hear about a Ruby implementation of Bakery. Is that open source somewhere?