cryppage.cgi

Top Japanese Page


Functionalities
    Crypt Page
  • Upload a HTML file with an encryption
  • People who know the key can browse the file
  • Since any text file is not stored in the server, even temporarily, no one(even server administrator) cannot see the contents. Godd for sharing private information with friends.
  • Using Blowfish algorithm
  • Only CGI administrator can update the contents.
  • If you want to multiple pages with encryption, Crypt Page 5 is provided.
  • If you want to edit a text on your browser and save it with an encryption, Crypt Edit is provided.
Installation
  1. The Perl packages of Crypt::CBC, Crypt::Blowfish must be installed in your server.
  2. Put cryppage.cgi into a CGI executable and writable directory.
  3. If necessary, create a new directory to store data file. It can be the same as where the CGI is located without creating a new one.
  4. Modify the Perl path of the first line of the cryppage.cgi to match your server environment.
  5. Modify permission of cryppage.cgi properly.
  6. Open cryppage.cgi in your browser. Then it will ask admin password. Please set it here.
  7. Once set the password, Click the "admin setup" link and set the CGI environement.
  8. Now you can use it as Crypt page.
Sample and Source
    Sample Sample of the setup page
    cryppage.cgi


Revisoin history
  • 4.016 : 8/28/05 : Deleted jcode.pl and cgi-lib.pl
  • 4.015 : 7/23/05 : Modified initial key to be random
  • 4.013 : 3/22/05 : Added initial key setup
  • 4.012 : 2/21/05 : Fixed a bug of setup password
  • 4.011 : 2/8/05 : Commented out CGI::Carp
  • 4.01 : 2/7/05 : Fixed Location:. Added CGI::Carp.
  • 4.0 : 1/8/03 : Modified Crypt to the Perl package Crypt::CBC