2017 © Pedro Peláez
 

library laravel-html-encrypt

Simple Html Encrypt for Laravel

image

php-junior/laravel-html-encrypt

Simple Html Encrypt for Laravel

  • Thursday, November 16, 2017
  • by Nyi Nyi Lwin
  • Repository
  • 7 Watchers
  • 73 Stars
  • 329 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 17 Forks
  • 6 Open issues
  • 8 Versions
  • 15 % Grown

The README.md

Laravel Html Encrypt

Latest Stable Version Total Downloads, (*1)

Installation

You can install the package via composer: ``` bash composer require php-junior/laravel-html-encrypt, (*2)

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```php
PhpJunior\LaravelHtmlEncrypt\LaravelHtmlEncryptServiceProvider::class,

And, (*3)

php artisan vendor:publish --provider="PhpJunior\LaravelHtmlEncrypt\LaravelHtmlEncryptServiceProvider"

This is the contents of the published config file:, (*4)

return [
    'encrypt' => env('HTML_ENCRYPT', true),
    'disable_right_click'       => true,
    'disable_ctrl_and_F12_key'  => true,
];

HTML Encryption?

One major reason for the success of the World Wide Web is undeniably the openness of HTML. HTML files are basically plain text documents, meaning software applications and human users can easily create, read, and update web pages. The open nature of HTML not only allows users to edit websites with nothing more than a simple text editor, it also enables search engines to spider the web and forms the basis for a wide range of web-related applications for any platform you can imagine., (*5)

However, as a web designer or website owner you may encounter situations in which you feel a need for protecting your HTML, CSS or JavaScript code from being viewed and reused ., (*6)

How It Works

HTML encryption/decryption techniques are based on JavaScript. The encrypted HTML code, which is saved inside the HTML document, is decrypted at runtime through JavaScript and written directly into the browser window using the document.write(…) function. This ensures that any JavaScript-enabled web browser can load and display the pages without additional components or plugins., (*7)

License

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

Support on Beerpay

Hey dude! Help me out for a couple of :beers:!, (*9)

Beerpay Beerpay, (*10)

The Versions

16/11 2017

dev-master

9999999-dev

Simple Html Encrypt for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Nyi Nyi Lwin

laravel html encrypt

16/11 2017

v1.3.2

1.3.2.0

Simple Html Encrypt for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Nyi Nyi Lwin

laravel html encrypt

16/11 2017

v1.3.1

1.3.1.0

Simple Html Encrypt for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Nyi Nyi Lwin

laravel html encrypt

12/10 2017

v1.3

1.3.0.0

Simple Html Encrypt for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

by Avatar Nyi Nyi Lwin

laravel html encrypt

22/09 2017

v1.2.1

1.2.1.0

Simple Html Encrypt for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

by Avatar Nyi Nyi Lwin

laravel html encrypt

22/09 2017

v1.2

1.2.0.0

Simple Html Encrypt for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

by Avatar Nyi Nyi Lwin

laravel html encrypt

21/09 2017

v1.1

1.1.0.0

Simple Html Encrypt for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

by Avatar Nyi Nyi Lwin

laravel html encrypt

21/09 2017

v1.0

1.0.0.0

Simple Html Encrypt for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

by Avatar Nyi Nyi Lwin

laravel html encrypt