Web Page Password Creator - Utilities - Neils Resource WebWeb Page Password Creator - Utilities - Neils Resource WebPassword - Utilities - WEB DEV. - NEILS RESOURCE WEB


Summary of Content

Free software downloads @ Build Web site for youIf you have the odd page or two in your site that requires restricted access thisFree piece of software might be just what you need!
It maybe not the most secure solution but its simple to use and works fine for me.
Secure HTML - v1.5 (2007)

The following extract can be found at the link above.

If you have some information that should be kept confidential, but still easily accessed from your browser (for example, logins and passwords), this free program can solve the problem.
It takes any HTML file and creates new "secure" HTML file that is encrypted and asks for a password when you try to open it. If you enter the correct password, you'll see the original document, otherwise you'll see the blank window or a few meaningless characters.
The browser caches the encrypted version of the file, the original version exists only on your screen. Therefore, this method of creating password protected web pages is safer than many others.
The program is able to restore the original file, so you can make changes to it and then encode it again.
The main purpose is creating password protected Web pages for your home or office computer. However, you can place them on any Web server to make them available to somebody else. Just keep in mind that encryption algorithm is simple and ensures only "home" security.
 11/2007  The website now has an online version for those who don't wish to down load the .exe.

Download Secure HTML 1.5 [164 KB]

It's the single Windows EXE file that requires no installation and can be run from anywhere on your hard drive.
The main program window is shown below.

Secure HTML 1.2

Here's how to create secure HTML file quickly...
1) Press the button Input File and select the desired HTML file.
2) Correct the path and name of Output File. If you want to overwrite the input file, you can use the same name.
3) Enter Password (not less than 4 characters).
4) Check the box View Output File if you want to view the secure file in your default browser.
5) Press the Encode button.
Note: If the input file is already encrypted, the program detects it, names the final button Decode and restores the original file (of course, if you enter the correct password).

New Features

1.1. High ASCII codes
Version 1.1 of Secure HTML correctly encodes and decodes files containing high ASCII codes (128...255). So the program can protect non-English HTML pages in which high ASCII codes represent national characters.
1.2. Improved decoding
The algorithm of decoding of encrypted files is changed. As a result, the amount of time required for opening password protected web pages is reduced significantly (by at least 30 times for a 100K file).
1.3. Command line parameters
The program now accepts command line parameters, so that you can automate your work...
  sh [-iInFile] [-oOutFile] [-pPsw] [-v] [-c]
where...
  • -iInFile - Input File.
  • -oOutFile - Output File.
  • -pPsw - Password.
  • -v - View Output File.
  • -c - Encode and Exit.
If a filename contains spaces, enclose the entire filename in quotation marks. For example,
  sh -i"c:\Program Files\in.htm" -o"c:\Program Files\out.htm" -p12345 -c

What's new in the latest version (1.4) - (2006)

Improved decoding
The algorithm of encoding is changed. As a result, the size of encrypted files is significantly reduced. In most cases, the encrypted files are smaller than the source files. The program is compatible with previous versions, i.e. it correctly decodes password protected HTML pages created with any previous version of Secure HTML.


Hyperlink titles may have been abbreviated, (right click on the link and select properties for the full URL)

Top of the PageTop of the PageA double mouse click anywhere on the page will take you back to the top (except when over hyperlinks)

Last Updated: 04/03/2008 - Page Password - Utilities - Web Development - Neils Resource Web