Ruby encrypt and decrypt algorithm

Hi all,

Please give list encrypt and decrypt algorithms in ruby.

I have decrypt xml data, which encrypt with .Net, I know key value used
for encryption.

Thanks,
rider

.Net , they used Rijndael class. but i can’t able decrypt on ruby. i
tried crytp/rijndeal gem, but this is not decrypt more than 32 char
length.