Get ready for BLACK FRIDAY shopping starting in

Forums

This topic is locked

Best method of encrypting emails?

Posted 11 Apr 2002 12:04:00
1
has voted
11 Apr 2002 12:04:00 justin coutange posted:
I am a recent Newbie to this site and Ultradev in general. I have developed my first 'catalogue' and 'shopping cart' site, which stores orders in a database. I'm very pleased with how things are going, however I'd like to be able to get the orders and credit card details to my Inbox as easily and securely as possible.

I am trying to find out as much as I can about S/MIME and PGP, however I was wondering if anyone could explain how they have done it and how easy was it? (or point me to the best source of information!) Is there an Ultradev 'Send Encrypted email' extension that would make my life easier?

Thanks in advance,

regards
Justin

Replies

Replied 11 Apr 2002 13:36:59
11 Apr 2002 13:36:59 David Behan replied:
You may want to check out cactushop software. They have an add on program that does this. I'm sure if you ask them about using it with your own system... they should have no problem. Tell me how you got on.

www.cactushop.net/main/payment_encryption.asp

Regards,

_________________________
David Behan - www.bmor.com
Replied 11 Apr 2002 16:19:37
11 Apr 2002 16:19:37 jason parker replied:
Check out this post on the HowtoUltradev forum <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
www.howtoultradev.com/topic.asp?TOPIC_ID=2168&FORUM_ID=5&CAT_ID=1&Topic_Title=Pssst%21+Anyone+know+about+E%2Dmail+security%3F&Forum_Title=Ultradev+Help+Forum+and+Tutorials

HTH - Jaysun
Replied 15 Apr 2002 16:33:28
15 Apr 2002 16:33:28 justin coutange replied:
Thanks for your comments, but I think my Host has determined my Secure email options. (PGP using SimpleSecure CGI script).

I'm just wondering how to get my orders out of the database into the form so that it can be submitted to the CGI script. presently trying to make a hidden field do the work.

input type="hidden" name="mydbtext" value= rsdbdata.Fields.Item("dbtesttext".Value

but its not working...

Whats the best method of sending an Order (with all those orderdetail records) from my db to an email script?

Hope someone understands this!
Thanks
Justin

Replied 18 Apr 2002 13:26:11
18 Apr 2002 13:26:11 justin coutange replied:
Think I've answered this for myself aswell... Use the Robert paddock 'place cart in string' extension

<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I'm just wondering how to get my orders out of the database into the form so that it can be submitted to the CGI script. presently trying to make a hidden field do the work.

input type="hidden" name="mydbtext" value= rsdbdata.Fields.Item("dbtesttext".Value

but its not working...

Whats the best method of sending an Order (with all those orderdetail records) from my db to an email script?

Hope someone understands this!
Thanks
Justin


<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Reply to this topic