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.
  • Multiple file can be uploaded
  • Using Blowfish algorithm
  • Only CGI administrator can update the contents.
  • If you limit one page only, Crypt Page 4 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 CGI
    Sample Sample of setup page
    cryppage.cgi

    Support forum


XV
  • 5.016 : 8/28/05 : Deleted jcode.pl and cgi-lib.pl
  • 5.015 : 7/23/05 : Modified initial key to be random
  • 5.014 : 3/22/05 : Added initial key setup
  • 5.013 : 2/24/05 : Added more options in setup page
  • 5.012 : 2/21/05 : Fixed a bug of setup password
  • 5.011 : 2/8/05 : Commented out CGI::Carp
  • 5.01 : 2/7/05 : Fixed Location:. Added CGI::Carp.
  • 5.0 : 1/8/03 : Modified Crypt to the Perl package Crypt::CBC