Valentin's crypto xtra
hey,
i searched new crypto xtra's. many people use valentin's crypto xtra.
now not clear me how can encrypt/decrypt data.
i did folowing (as readme explained):
cx_aes_encrypt_string "the text need encrypted" inputstring, "justakey12", *addheader
now offcourse not working.
what wrong on piece of code ?
his documentation indicates function cx_aes_encrypt_string takes 3 parameters, *third being optional (denoted asterisk). might use:
encryptedstring = cx_aes_encrypt_string( "the text need encrypted", "justakey12")
however, when try doesn't work me (it returns 0)
More discussions in Director Basics
adobe
Comments
Post a Comment