• The plugin Gravity Encryption delivers a code snipped to “use the encryption with other plugins or in the function.php file”.

    This is the code:

    if(class_exists(‘GDS_Encryption_Class’))
    {
    GDS_Encryption_Class::encrypt($your_value_to_encrypt);
    }
    if(class_exists(‘GDS_Encryption_Class’))
    {
    GDS_Encryption_Class::decrypt($your_value_to_decrypt);
    }

    Is it possible to make Quick Chat save the messages from a private chat in the database encrypted? If so, where to put that code snippet best?

    Thanks

    http://wordpress.org/plugins/quick-chat/

  • The topic ‘Encryption with 'Gravity Encryption' plugin possible?’ is closed to new replies.