project screenshot 1
project screenshot 2
project screenshot 3

Interplanetary-box

Secure decentralized file storage platform where users can safely store their files knowing that only they can access them

Interplanetary-box

Created At

HackFS 2022

Winner of

trophy

🥇 Valist — Best Use

trophy

🔟 Spheron — Top 10 project

Project Description

Interplanetary Box is a secure file storage system. It allows users to deploy their own smart contract and start storing their encrypted files.

It utilizes the power of decentralized storage to store files securely, which before being uploaded are encrypted by an AES encrypting algorithm.

The file's CID is stored in a smart contract where only the owner can access them and the encryption key is also available there, heavily encrypted.

This key is encrypted using a wallet's public key and can only be decrypted by the owner of the wallet's private key using a custom metamask method.

How it's Made

The project heavily relies on Metamask and IPFS. It generates a custom encryption key that then it's encrypted using the wallet's encryption key.

A smart contract is deployed in the polygon network storing this encrypted key where only the owner can access it.

The smart contract has a dictionary where it stores all the available files and their CID.

When the user wants to upload a file, the dApp fetches the key from the smart contract, decrypts it using a custom metamask method, and then it uses the key to encrypt the file data. After that, the encrypted file is sent to the server where it is uploaded to IPFS and the CiD is returned to the client. Finally, the client updates the dictionary with the name of the new file uploaded and the CiD of this file.

When the user wants to download a file, it fetches its CiD from the smart contract, downloads it from an IPFS gateway URL, and then decrypts the downloaded file using the key in the smart contract.

background image mobile

Join the mailing list

Get the latest news and updates