Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Securing an Email sent via a Mail Form to a POP3

  • 15-01-2002 7:03pm
    #1
    Closed Accounts Posts: 50 ✭✭


    How would i secure the data that is being passed using a cgi based mailform script and sent to a pop3 email?

    ty for any info..


Comments

  • Closed Accounts Posts: 1,651 ✭✭✭Enygma


    There's a Perl module for PGP, you could use that to encrypt your content.
    And if Perl's not your cup of tea then I'm sure there's a module for PHP too.
    In fact almost every language that you're likely to use will have some kind of encryption capabilities.

    http://www.cpan.org/modules/by-module/PGP/

    Oh, there's probably a way of doing it over a secure protocol, but the above way will work too.


  • Closed Accounts Posts: 50 ✭✭7Day Theory


    Thanks.
    much appreciated.


Advertisement