Rijndael encryption

Anyone of you have developed a Rijndael encryption algorithm on Xojo?
Have you got a class for this method or anything?

If you like to see the javascript equivalent, it is here .

Thanks to all of you that will answer.

Rijndael is AES, right?

That is built into MBS Plugins.

Workaround run this attached example (Using OpenSSL for AES/Rijndael Encryption | Wicked Strategery) from Xojo Shell (http://documentation.xojo.com/index.php/Shell)

This one was made for Realbasic. Not sure if it still works with Xojo, but it’s worth a shot.

https://code.google.com/p/aes-rb/

[quote=226029:@Dirk Cleenwerck]This one was made for Realbasic. Not sure if it still works with Xojo, but it’s worth a shot.

https://code.google.com/p/aes-rb/[/quote]
Gave it a go, works fine after the dylib has been compiled using the script that comes with the download :slight_smile:

@Albin,
Which OS did you use it with? And does it work as 64 bit or with ARM?

Thanks,
Tim

[quote=235591:@Tim Seyfarth]@Albin,
Which OS did you use it with? And does it work as 64 bit or with ARM?

Thanks,
Tim[/quote]
Yosemite. My license is older than 64bit and ARM so I can’t try that :confused: