Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Blowfish encryption from RPG

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Blowfish encryption from RPG

    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.

  • #2
    Blowfish encryption from RPG

    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.

    Comment


    • #3
      Blowfish encryption from RPG

      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?

      Comment


      • #4
        Blowfish encryption from RPG

        iSeries Network had a Twofish Article in Feb 2000, article ID 3325. http://www.iseriesnetwork.com/resour...ContentID=3325 I hope this helps.

        Comment

        Working...
        X