• This repository has been archived on 09/Nov/2023
  • Stars
    star
    104
  • Rank 330,604 (Top 7 %)
  • Language
    JavaScript
  • Created almost 7 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

just a concept for now

About

Sick of getting your Mega.nz Files Reported?

MegaCrypt.js lets you share your Mega.nz files without actually having to share any Mega.nz links. By encrypting your links MegaCrypt will create a secure proxy to your files.

Sick of running out of Mega.nz Bandwidth?

Any files downloaded trought MegaCrypt.js wont affect your accounts Bandwidth, promised! Now you can download as many files as you want!

Sick of having to use Stupit File Download tools?

You can download MegaCrypt.js files however you want! Trough your favourite Browser, jDownloader, Free Download Manager, wget... MegaCrypt.js will never force you to use any tools that you dont want to use! Allways download your file at the highest speed!

Url Decryption Example:

MegaCrypt Url Decryption Example

Server Setup Guide:

  1. grab git repo: git clone https://github.com/JohnDeved/megacrypt.js.git
  2. install dependencies: npm i
  3. start Server: npm start

Config Guide:

  • [str] host: the host megacrypt.js will be running on
  • [int] port: the port megacrypt.js will be running on
  • [str] serverKey: Private Server Key (should be changed)
  • [bool] encryptionTool: if true, the link encryption tool will on the base url
  • [bool] encrytionApi: if true, the link encryption api will be enabled (needed for the encryption tool)
  • [bool] returnCiphertext: if true, the site will pipe the requested files without decryption them