Hello Monks,
I was reading DuBois' book and he talks about encryption modules, Crypt::Blowfish, Crypt::DES, and Crypt::IDEA, and how he uses them so data entered via a form are secure.
Well, I'm trying to create a login screen with username and password. I want to make sure that when the user who types this information, the information comes across securely.
Well, I tried testing DuBois' script and found that the script won't work because the modules listed above are not installed on my hosting providers' server. I tried to install that modules myself into my own directory and I do not have the ability to do so. The hosting provider tells me that they won't install the modules.
Well, I come to you for some advice. How can I create a secure login screen without having the modules the DuBois' mentions?
Thank you for all your assistance.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.