Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 475 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 475 Bytes

Mega Encrypted Link Decryption

Some mega links are encrypted by MegaDownload. However, MegaDownloader does not support MacOS. This useful script can help decrypt links either singly or in batch.

Support following link formats:

  • mega://enc?xxxxxx
  • mega://enc2?xxxxxx

How to Use

Single link

python mega_dec.py {link}

Links file

# Each link as a new line
python mega_dec.py -b {input} {output}

Requirements

 1. PyCrypto