• How should I encrypt data at rest with Sugarcrm?

    Hi All, Related to data security I need to encrypt data while at rest,How can I apply this ?
  • Encrypt with blowfish

    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…