ASCrypt 3.0 now on RIAForge
I've been creating an ActionScript 3 port of the ASCrypt ActionScript 2 component. The project is now up on RIAForge.
You'll find my first conversion attempt (Rijndael) in the software pod to the right. Behind the scenes, I've converted everything in the initial ASCrypt component except for LZW which I can't get to work.
I'm still in the process of uploading files and the sort.
Update: I've now uploaded the files to RIAForge!
Update: And changed the link in my software pod!





Unfortunately, I have absolutely no idea how to answer that.
Blowfish isn't listed as one of the ASCrypt algorithms, but maybe you'll want to check out Crypto ( http://crypto.hurlant.com/ )
Also, you could pop open the source of any ASCrypt3 file and see if you can figure it out for yourself.