Oruta is a privacy-preserving public auditing mechanism for shared data in the cloud that:
1) Utilizes ring signatures to construct homomorphic authenticators, allowing a third party auditor to verify the integrity of shared data without retrieving the entire data while keeping the identity of the signer private.
2) Extends the mechanism to support batch auditing, enabling the verification of multiple shared data simultaneously in a single auditing task.
3) Continues to use random masking to support data privacy during public auditing and leverages index hash tables to support fully dynamic operations on shared data.