The Wayback Machine - https://web.archive.org/web/20201216072422/https://github.com/denysvitali/megadecrypter
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

megadecrypter

This app decrypts mega://enc2 links passed as an argument

Run with Docker (easier)

  1. docker build -t denysvitali/megadecrypter .
  2. docker run --rm denysvitali/megadecrypter ./megadecrypter

Requirements

Installation

  1. git clone https://github.com/denysvitali/megadecrypter/
  2. cd megadecrypter
  3. crystal build --release src/megadecrypter.cr

If you want to install it permanently:

  1. sudo mv ./megadecrypter /usr/bin/
  2. sudo chmod 755 /usr/bin/megadecrypter; sudo chown root:root /usr/bin/megadecrypter

If you want to run it just once:

  1. ./megadecrypter

Usage

megadecrypter "mega://enc2?encryptedString"

Contributing

  1. Fork it ( https://github.com/denysvitali/megadecrypter/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

Decrypt mega://enc2 links

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.