Post new topic Reply to topic  [ 2 posts ] 

Board index : TeleFlow Forums : TeleFlow Designer & Simulator

Author Message
 Post subject:
PostPosted: Thu Jun 29, 2006 2:00 pm 
Offline

Joined: Tue Aug 19, 2003 2:03 pm
Posts: 46
Location: Venezuela
Hi, <br>We are developing an interface beteween Teleflow and an external tcp/ip service. Through the interface will send sensible data. We know that we have an encript/decript step in teleflow. <br>If we sent an encripted text by teleflow, how could we decript it on the other side if the receiver is not teleflow? What/which is the mechanism used to decript an ecnripted text done by teleflow? <br> <br>Thanks


Back to top
 Profile WWW 
 
 Post subject:
PostPosted: Tue Jul 04, 2006 3:50 pm 
Offline
Site Admin

Joined: Wed Dec 31, 1969 5:00 pm
Posts: 329
Location: Vancouver, BC
The encryption mechanism used by TeleFlow is Blowfish, in Cipher Block Chaining (CBC) mode. <br> <br>The tricky bit is that once TeleFlow encrypts your text, the encrypted data is binary, and TeleFlow does not have a storage type for binary data. All TeleFlow variables hold strings only. To work around this, TeleFlow stores the binary data in 2-character hexadecimal bytes. This is why there is a "Case option" property on the Encrypt step, so that you can choose whether you want upper or lower case letters for the alphabetic digits. <br> <br>So, in order to decrypt your data, you must first convert it from hexadecimal to binary. Take the first two characters of your encrypted string. They are the hexadecimal value of the first byte of your encrypted data. The next two characters are the second byte; and so on, until you reach the end of the string. <br> <br>Once you have a buffer of binary data, you can decrypt it to the original string using any implementation of the Blowfish algorithm in CBC mode, as long as you have the key you used for the original encryption. <br> <br>For more information on the Blowfish algorithm can be found here: <br><a href="http://www.schneier.com/blowfish.html" target="_new">http://www.schneier.com/blowfish.html</a>


Back to top
 Profile WWW 
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

Board index : TeleFlow Forums : TeleFlow Designer & Simulator


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Style by Midnight Phoenix & N.Design Studio
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.