Data Retrieval
To retrieve data, a user needs to provide the CID associated with the file they want to access. The retrieval process is as follows:
CID Query: The user queries the network using the CID.
Data Availability Check: The network verifies that the file is available on the IPFS network.
Decryption: Once the file is retrieved, the user must decrypt it using their private key. Only the holder of the private key can decrypt the data, ensuring that it remains secure during the retrieval process.
Last updated