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:
Server Setup Guide:
- grab git repo:
git clone https://github.com/JohnDeved/megacrypt.js.git
- install dependencies:
npm i
- 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