Posted by daniel.guettler on October 26, 2011 at 5:24pm
2 followers
Jump to:
| 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.
| Attachment | Size |
|---|---|
| bakery_mix.txt | 1.3 KB |
Comments
#1
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?