Hi, I am designing a web interface, using perl, to log into a remote telnet/ssh server and issue specific commands (i.e. the perl script is running on a CGI server other than the telnet/ssh server that I am trying to log into). I am now using cookies to store a user's login information and the name of the host that the script will log into. However, I am looking for a secure method to encrypt those cookies. Since I do not have access to a user database on the remote ssh/telnet server, I cannot use MD5 for a hash method (I would have no way to decrypt it or compare it to a password file on the remove ssh/telnet server). So basically, any type of encryption would have to take place on the CGI server itself. Does anyone happen to know a good way to encrypt cookies that is harder to crack than simply applying a hash of some unique phrase or something? I'm not sure if I described my situation very well, but I would be very greatful for any advice on cookie encryption. Thank you very much for reading this. Joe

In reply to Perl Cookie Encryption by JoeJaz

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.