public static function decrypt_string($encrypted)
 {
     return MainWP_Utility::decrypt($encrypted, self::$ENCRYPT);
 }