- - - - - - - - - - - - - - - - C r y p t M s g - - - - - - - - - - - - - - - -
Cryptmsg.php installation notes version 1.0.0 Windows XAMPP installation This readme outlines using Cryptmsg.php on Windows, using XAMPP. Download XAMPP from here: http://www.apachefriends.org/en/xampp.html Install it, but don't allow it to start anything as a service. From the XAMPP Control Panel, start ONLY Apache. Click "Explore" to see where XAMPP is installed. It is likely to be in: C:\Program Files\xampp\ Edit apache\bin\php.ini . Uncomment the following two lines extension=php_mcrypt.dll extension=php_mcrypt_filter.dll From the XAMPP Control Panel, stop and restart Apache. Save cryptmsg.php as htdocs/cryptmsg.php The URL to access cryptmsg.php will be: https://localhost/cryptmsg.php Assuming you are behind a firewall and on a private network, any of your users may access the page, assuming your computer's firewall permits this. They would access: https://[your_ip]/cryptmsg.php Anyone intending to use it REALLY should install it for themselves. Don't trust anyone, including the person sitting beside you. |