Im creating a rails app using blowfish encryption and decryption, in my app i have included a gem crypt for doing a encryption and im trying to decrypt the result using blowfish.js
is that possible to do that encryption via ruby gem and decryption via blowfish.js, i download the blowfish js from the url:http://dren.ch/js/blowfish.js
Is it possible to implement encryption via ruby decryption via js? .