CryptoDrive
CryptoDrive copied to clipboard
A Decentralised Encrypted File Storing and Sharing App which is back-boned by Ethereum Smart Contracts and is preparing its launch to the moon 🚀
Fix issue on Login/index.jsx and Dashboard/dashboard.jsx
MDN has a particular list of Malicious File Types. Creating a checker function, which gets the extension of the file and checks, whether it is a malicious or nonmalicious file....
Through this PR, I am creating a GitHub action to reply with an automated message to first time contributors. When a user makes a PR for the first time or...
CryptoDrive needs a greeting bot, whenever a contributor, raises their first issue or sends their first PR. If you would like to contribute, feel free to create a branch and...
Currently, CryptoDrive is not yet prepared for Mobile Devices. Making it prepared for mobile devices, will be helpful for users to upload and share files via their mobo device.
Need to handle an edge case where a user doesn't have sufficient amount of the ethers in the Metamask wallet then we need to stop the process and send the...
The project uses Huffman Compression Algorithm, to process faster communication. We are looking to improve on it further. If you have any ideas, feel free to comment it.
Crypto drive runs on zero servers. Hence the computation process does need to be parallelly processed for larger files. Web workers is a great idea to implement parallel processing on...
We make sure, you really own your own data. But as a service, people can misuse it by uploading spam script-based files. A strategy has to be derived in order...