How to Encrypt a Website

Encryption is an algorithmic method of encoding blocks of plain text into random ASCII characters. Encryption is a security-based technology used extensively in applications like banking programs. To encode the HTML source of your website, you can use the JavaScript "escape()" and "unescape()" functions. Websites including "iWebTool," "Smart Guestbook" and "DesignerWiz" enable you to encrypt your HTML via a JavaScript encoding generator.

Instructions

    • 1

      Right-click on the HTML file you want to encrypt, click on "Open With," then click on "Notepad." The file will open in Windows Notepad.

    • 2

      Press "Ctrl" and "A" to select the HTML code, then press "Ctrl" and "C" to copy the code to the Windows Clipboard.

    • 3

      Open your Web browser and visit one of the following websites: "iWebTool," "Smart Guestbook" or "DesignerWiz."

    • 4

      Point your mouse cursor to the large text area, click on it, then press "Ctrl" and "V" on your keyboard, which will paste the HTML code from the Windows Clipboard. Click on the "Encrypt" button. This will encrypt the HTML code.

    • 5

      Click on the large text area in which the encrypted HTML code is present, press "Ctrl" and "A" on your keyboard to select the code, then press "Ctrl" and "C" on your keyboard to copy the code.

    • 6

      Go back to Notepad, delete the original HTML source code of the file, then press "Ctrl" and "V" on your keyboard to paste the encrypted code. Press "Ctrl" and "S" to save the file. Exit Notepad.

Tips & Warnings

  • Make a copy of the original HTML file to ensure that you have a copy of the original code.

Related Searches:

References

Resources

Comments

Related Ads

Featured