Skip to content

This project is a text sharing application built using IPFS protocol. This project saves users inputs to IPFS and generates a unique paste hash for them to share. User inputs can be encrypted so that only people who know the hash and the password could retrieve the input. This project is built using web3.storage.

Notifications You must be signed in to change notification settings

suyashpatil78/cachebin

Repository files navigation

Project Overview

The site is hosted on cachebin.vercel.app.
This project is a text sharing application built using IPFS protocol. This project saves users inputs to IPFS and generates a unique paste hash for them to share. User inputs can be encrypted so that only people who know the hash and the password could retrieve the input. This project is built using web3.storage.
A user can upload or write a text document in the textfield area.

Screenshot 2023-09-16 at 6 19 26 PM

There is also a password protection feature in the application. Once the upload is finished, a hash is generated using SHA-256 algorithm and is stored in web3.storage. CryptoJS is stored to convert the data into cypher text. In the other section, user has to enter the hash to access the text.

Screenshot 2023-09-16 at 6 20 34 PM

About

This project is a text sharing application built using IPFS protocol. This project saves users inputs to IPFS and generates a unique paste hash for them to share. User inputs can be encrypted so that only people who know the hash and the password could retrieve the input. This project is built using web3.storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published