This document summarizes a paper that proposes a mechanism for securely outsourcing linear programming computations to cloud computing services. It involves encrypting sensitive data before outsourcing using RSA encryption. A service selector service directs requests to encryption or decryption services. Encrypted data is divided and distributed across multiple cloud providers using a data distribution service and tag definitions. Decryption reconverts the encrypted results back to plaintext. The goal is to enable secure outsourcing of computations while protecting sensitive data and validating accurate results through encryption, distribution of encrypted data pieces, and decryption verification.