2017 © Pedro Peláez
 

library decrypt-et

A tool for decrypting ExtraTorrent's js-based page encryption.

image

pxgamer/decrypt-et

A tool for decrypting ExtraTorrent's js-based page encryption.

  • Monday, December 18, 2017
  • by PXgamer
  • Repository
  • 0 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

decrypt-et

Latest Version on Packagist ![Software License][ico-license] Build Status Style CI ![Code Coverage][ico-code-quality] Total Downloads, (*1)

A tool for decrypting ExtraTorrent's js-based page encryption., (*2)

Structure

src/
tests/
vendor/

Install

Via Composer, (*3)

``` bash $ composer require pxgamer/decrypt-et, (*4)


## Usage This is primarily to be used when creating a proxy of ET content. It is a quick project to decrypt the encrypted content on ExtraTorrent pages. ```php use pxgamer\DecryptET\Decrypt; $Decrypt = new Decrypt(); // Fetch the page content from ET (alternatively you can set the HTML manually using $this->__set('full_page', $value) $Decrypt->fetch(); // Populate the JSON class with the values from the JSON in Decrypt->full_page $Decrypt->populate(); // Decrypt the content $Decrypt->decrypt(); // Output the decrypted content echo $Decrypt->__get('decrypted');

Change log

Please see CHANGELOG for more information on what has changed recently., (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*7)

Security

If you discover any security related issues, please email owzie123@gmail.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

18/12 2017

dev-develop

dev-develop

A tool for decrypting ExtraTorrent's js-based page encryption.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

06/12 2017

dev-master

9999999-dev

A tool for decrypting ExtraTorrent's js-based page encryption.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

06/12 2017

v1.1.4

1.1.4.0

A tool for decrypting ExtraTorrent's js-based page encryption.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

20/11 2017

v1.1.3

1.1.3.0

A tool for decrypting ExtraTorrent's js-based page encryption.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

20/11 2017

v1.1.2

1.1.2.0

A tool for decrypting ExtraTorrent's js-based page encryption.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

02/11 2017

v1.1.1

1.1.1.0

A tool for decrypting ExtraTorrent's js-based page encryption.

  Sources   Download

MIT

05/10 2017

v1.1.0

1.1.0.0

A tool for decrypting ExtraTorrent's js-based page encryption.

  Sources   Download

MIT

05/10 2017

v1.0.1

1.0.1.0

  Sources   Download

MIT

02/04 2017

1.0.0

1.0.0.0

  Sources   Download

MIT