Hi, I need to do some decryption of data encrypted with Rijndael (AES) but that is NOT PKCS padded. I can't use openssl, as it chokes on data that isn't padded PKCS-style. And I tried the all-Ruby crypt gem and it seems to have issues on my system running 1.9.1 (I haven't analyzed what the deal is yet so I can't say more). Are there any OTHER gems I should take a look at, or is there a way to disable PKCS padding and use openssl? Wondering, Aaron out.