• What are the sugar supporting methods for encryption of data while at rest ?

    Hi All, I have an requirement of encryption of data while at rest. Anyone can suggest the supporting methods for doing the encryption of data while at rest ?
  • 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 ?
  • Data Security / Encryption

    Dear all, Many of my customers (SugarCRM 7.x or 8.x Pro or Ent) ask us what is the best question to secure SugarCRM data. Of course, we recommended the main "standards" security options (role/team for end user, VPN access, HTTPS, restricted access to…
  • 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…