Skip to content

DaDevGuy/DCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCloud

This is a Discord-based cloud storage system designed for educational purposes, implemented in Node.js. It allows users to upload files, which are then broken into 8MB chunks and encrypted before being uploaded to a Discord server. Upon download, the files are decrypted and reassembled.

Features

  • Upload files to Discord server
  • File encryption for enhanced security
  • Chunking mechanism for efficient storage and retrieval

Usage

  1. Clone the repository:
git clone https://github.com/DaDevGuy/DCloud.git
  1. Install dependencies:
npm install
  1. Configure your Discord bot token and server details in the config.json file.

  2. Run the application:

node index.js
  1. Follow the on-screen instructions to upload/download files.

License

This project is licensed under the MIT License, which allows for both personal and commercial use, modification, distribution, and private use, with no liability and warranty.

Disclaimer

This project is for educational purposes only. Usage of this software for any illegal activities is strictly prohibited. The developers of this software are not responsible for any misuse of the application.

About

Simple Discord cloud storage system

Resources

License

Stars

Watchers

Forks

Packages

No packages published