![]() |
|
|||||||
| Chit Chat Public Talk about any thing you want! This forum is public. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
|||||||||||
|
|||||||||||
|
How can I retrieve emails securely from the mail server? I have web forms that collect credit card data, then CDO them to a mail account on the same system?
- setting SSL in mail software doesn't work, - what about PGP or - what about logging in web-based securely with SSL Is there a work around? add-on? Thanks Chris |
|
#2
|
|||||||||||
|
|||||||||||
|
I dont know if their is an email workaround, but you could certainly add the form information to a database, which is then retrievable from a secure page you write. Since this page will only be for your use, you can use the built in, non certified SSL thats comes with your hosting if you dont have an SSL cert already.
Downside is your keeping CC info in a database (makes some ppl jittery), but Im not sure if thats any worse than keeping it in emails. Good luck and happy programming. - Jason - |
|
#3
|
||||||||||||
|
||||||||||||
|
you can do it with encription using a 3rd party DLL
just search on "secure email" and you will find a bunch including: http://www.aspencrypt.com, thatcost $$$ but I believe dynu is already installed ou many of the servers.. http://www.dynu.com/dynuencrypt.asp
__________________
goodbye idevaffiliate, you can kiss my @$* with your poor support and broken script, I am now using post affiliate pro 3 |
|
#4
|
|||||||||||
|
|||||||||||
|
- I could do the database solution but then the client has to login to view card details for every transaction, and I'd have to build the app.
- I checked the server for installed ASP COM objects but none of the dynu products are installed Any more ideas? Also, What are the chances, how often is it happening, and how is it done that emails in trasnsit be snooped? |
|
#5
|
||||||||||||
|
||||||||||||
|
As soon as someone notices you are sending plain text credit card numbers with full info, I'd say pretty frequently. I mean packet sniffing isn't something that requires much skill in terms of "hacking"
|
|
#6
|
||||||||||||
|
||||||||||||
|
For secure email to happen, Psoft has to provide a way for us to add certs on all servers. We all know that user security is not HSphere strongest point...
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can I retrieve an email password? | jmbeach | Chit Chat Public | 2 | 09-20-2003 08:03 PM |