|
|||
|
if i use
Entryption.blowfishEncode() What doea the parameters do in () ? like Entryption.blowfishEncode(myKey, message) What exactly does mykey ??? also, when received data from server in blowfishEncode form... how to i decode the data into plain text in flash ? like Entryption.blowfishDecode(mykey, message) Do i need mykey again ????? but still, myket???? i know that message is data that is going to be converted into encrypted data... How well does these workd with UTF8 characters ??? |
|
|||
|
"myKey" is the password that you use to encrypt or decrypt a string. You must keep the key secret so that nobody else can decrypt your message, as both decryption and encryption use the same key. These methods also work with UTF8 characters, as ffish script internally uses 16-bit characters.
|
|
|||
|
Oh cool!
Actually really clever function, i must say! But how about a dataset ? lets say flash creates a new XML and needs to store it at the server. If i call my xml for pers_list and it holds, name, age, email, user_id, md5(password) and i encode this XML with blowfish. Is swfkit abel to decode this dataset back into xml ? |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|