PHPackages                             arnchon/htmlsourceprotector - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. arnchon/htmlsourceprotector

ActiveLibrary[Security](/categories/security)

arnchon/htmlsourceprotector
===========================

Protect your HTML source code.

v1.4.1(3y ago)56MITPHPPHP &gt;=7.0

Since Dec 2Pushed 3y ago2 watchersCompare

[ Source](https://github.com/ArnchON/HTMLSourceProtector)[ Packagist](https://packagist.org/packages/arnchon/htmlsourceprotector)[ RSS](/packages/arnchon-htmlsourceprotector/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)DependenciesVersions (8)Used By (0)

HTMLSourceProtector V1.4.1
==========================

[](#htmlsourceprotector-v141)

 [![](assets/logo.png?raw=true "HTMLSourceProtector")](assets/logo.png?raw=true)

What is it?
-----------

[](#what-is-it)

HTML encrypter protect web pages source code, its hard for people to decrypt the source code but it displays perfectly in a browser. No AdBlocker can read it. It encrypt on the fly and only the web browser can read it. The size of the first block of code depends on the size of web page, it contains original HTML. The second block of code always stays the same length, it contains the decode function. When opened in a web browser, the original page appears to be unchanged, but the code underneath has been transformed.

Features
--------

[](#features)

- Protect HTML code against fast cribbing copying
- Encode local HTML to prevent in-file searching
- Protect unfinished websites from Google
- Confuse user who click the “View Source” button :D
- Become part of the invisible web, hide from search engines and data miners ;)
- Very lightweight and working on-the-fly

How to install
--------------

[](#how-to-install)

- composer require omegalolbro/htmlsourceprotector

Usage
-----

[](#usage)

- To encrypt the whole page

```
