473,396 Members | 1,757 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

slightly ot

this is related to php in the sense that I use it in my development

I need to use the https protocol to transfer a ssn over a web form..I just
have never done anything with ssl or the likes before. Do I just need to
use the openssl functions in php..(if so..how does that secure the client)
or..how do I use a certificate. My host provides me with a shard cert, but I
just don't know what to do with it.

Can anyone shed some light

thnx

--
Chris Mosser
Jul 16 '05 #1
2 1748
If you have a secure server, then all communication between your browser
and the server will be secure, so you can use it (pretty much) identical
to a non-secure server (of course, with the added overheads of the
encryption).

Put your page containing the form on the secure server along with the
PHP page that manipulates it (or have the form submit to itself). All
your data will be nice and secure then :)

As for using a certificate, you'll have to consult your provider.
They're not all the same.

MK.

Chris Mosser wrote:
this is related to php in the sense that I use it in my development

I need to use the https protocol to transfer a ssn over a web form..I just
have never done anything with ssl or the likes before. Do I just need to
use the openssl functions in php..(if so..how does that secure the client)
or..how do I use a certificate. My host provides me with a shard cert, but I
just don't know what to do with it.

Can anyone shed some light

thnx

--
Chris Mosser


--
MeerKat

Jul 16 '05 #2
In article <0-********************@comcast.com>,
Chris Mosser <cm*****@comcast.net> wrote:
I need to use the https protocol to transfer a ssn over a web
form..I just have never done anything with ssl or the likes
before. Do I just need to use the openssl functions in php


All you have to do is code the URL has https instead of http. The
web server will take care of the encryption.

Jul 16 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Edward Diener | last post by:
In an assembly I have a __value enum with some enumerated constants, ie. namespace X { public __value enum MyEnum { ValueA, ValueB }; }
36
by: Hoopster | last post by:
Hello, I know nothing about C++ but want to get started. Is there any good free C++ program that I can try to see if I like programming? I also need a good free compiler. I don't want to...
3
by: user | last post by:
Hi all, At the outset, I regret having to post this slightly OT post here. However, I strongly feel that people in this group would be the best to advise me on my predicament. I am working as...
3
by: jrhoads23 | last post by:
If you look at a standard Button in a .NET Windows Forms app, you will notice its default BackColor is "Control" and it has a 3D raised border which is 2 pixels wide. The outer edge on the left and...
9
by: easy | last post by:
I start off with an interface class that has no data members and a handful of virtual functions. First Question: is that allowed ? I then derived from this class and it gets included into...
1
by: Phil Latio | last post by:
I have a number of spreadsheets, each with between 1000-6000 rows (each row is a property) and they all need to be combined into a single database. Each spreadsheet contains slightly different...
1
by: Tim Haughton | last post by:
For the .Net framework 3.0, the download link is... http://go.microsoft.com/fwlink/?LinkId=70848 If I'm creating an installer, how do I find the permalink for redistributables? For example, I...
3
by: pauldepstein | last post by:
I am using the latest version of Visual c++ on windows XP. I am trying to build a project and get a lnk1104 error regarding a file of the form .../../ ProjectName.lib No other errors, just this...
4
by: Ken Fine | last post by:
I know about this: http://silverlight.net/forums/14.aspx and this: http://forums.asp.net/1127.aspx Silverlight Beta 2 was announced at TechEd. I was impressed. When does Silverlight get a...
3
by: Michiel Overtoom | last post by:
Paul & Robert wrote... I occasionally have a need for printing lists of items too, but in the form: "Butter, Cheese, Nuts and Bolts". The last separator is the word 'and' instead of the...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.