I'm going crazy trying to copy one encrypted field into another one. All I've been able to find is the blowfishDecode() method (which works): blowfishDecode(blowfishGetKey('encrypt_field'), $clientBean->dl_num_c); So what's the opposite? What's a code…