PDA

View Full Version : Blowfish encryption from RPG



Guest.Visitor
01-06-2006, 02:08 PM
Try http://www.schneier.com/resources.html he developed both blowfish and the more secure twofish. There should at least be a C version that can be prototyped and used in RPG.

glrumble
01-06-2006, 04:34 PM
I believe the Blowfish source code is open so if I can get a C version compiled on the iSeries it may prove to be a suitable alternative. Thanks for the idea.

Guest.Visitor
01-11-2006, 12:18 AM
iSeries Network had a Twofish Article (http://www.iseriesnetwork.com/resources/artarchive/index.cfm?fuseaction=viewarticle&CO_ContentID=3325) in Feb 2000, article ID 3325. http://www.iseriesnetwork.com/resources/artarchive/index.cfm?fuseaction=viewarticle&CO_ContentID=3325 I hope this helps.

glrumble
01-11-2006, 12:18 AM
I need to encrypt transactions received from another hardware platform using the Blowfish encryption algorithm. However, I can not find any APIs that do Blowfish other than a java class named BlowfishCipher. Having no experience with calling java classes from RPG I'd prefer to stay away from java if there is an alternative. Does anybody have any experience with Blowfish encryption from RPG?