<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.cas.mcmaster.ca/skins/common/feed.css?207"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.cas.mcmaster.ca/index.php?feed=atom&amp;target=Nobrem&amp;title=Special%3AContributions</id>
		<title>Computing and Software Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.cas.mcmaster.ca/index.php?feed=atom&amp;target=Nobrem&amp;title=Special%3AContributions"/>
		<link rel="alternate" type="text/html" href="http://wiki.cas.mcmaster.ca/index.php/Special:Contributions/Nobrem"/>
		<updated>2026-05-28T03:20:07Z</updated>
		<subtitle>From Computing and Software Wiki</subtitle>
		<generator>MediaWiki 1.15.1</generator>

	<entry>
		<id>http://wiki.cas.mcmaster.ca/index.php/Secure_Electronic_Transaction_(SET)_Protocol</id>
		<title>Secure Electronic Transaction (SET) Protocol</title>
		<link rel="alternate" type="text/html" href="http://wiki.cas.mcmaster.ca/index.php/Secure_Electronic_Transaction_(SET)_Protocol"/>
				<updated>2008-04-14T02:21:23Z</updated>
		
		<summary type="html">&lt;p&gt;Nobrem:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Secure Eletronic Transaction (SET) Protocol was created by the the credit cards companies VISA and MasterCard (involving other companies such as GTE, IBM, Microsoft, Netscape, RSA and VeriSign) starting in 1996. It`s main objective is to secure transactions with credit cards over insecure networks. The SET protocol relies on [http://en.wikipedia.org/wiki/Cryptography cryptography] and [http://en.wikipedia.org/wiki/Digital_certificate digital certificate] to ensure the authenticity of the users, confidentially of information and the payment`s integrity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
All users of SET must first be registered with the Certificate Authority before a transaction is allowed to take place. Digital Certificate is used to ensure confidentially of any transactions. If a transaction is needed, both parties will then exchange their certificate. The sender will use the randomly generated session key to encrypt all the messages and use the recipient's public key to encrypt the session key. This is known as &amp;quot;digital envelop&amp;quot; of the message. The recipient will then decrypt the digital envelop using his private key and uses the symmetric key to obtain the original message. SET uses both the secret key (impractical as each customer need a distinct key) and [http://en.wikipedia.org/wiki/Public_key public key cryptography] (merchant would only need to publish his public key and the customer would be able to send a secure message to him.)&lt;br /&gt;
&lt;br /&gt;
== Dual Signature ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The data of a payment on a trasaction made by a customer includes information that concearn only to the merchant (Order Information) and only to the bank (Payment Information), that means, two messages for two different destinations. The Dual Signature permits that those information to be sent in single transaction protected by [[Digital Signatures]]. By doing this, the information will be delivered only to right destination, providing to the customers more privacy. This &amp;quot;linked&amp;quot; information also permits disputes between the involved parts(like miss calculations, erroneous charges or to determine if a payment that belongs to a specifc order) to be solved more easily.&lt;br /&gt;
&lt;br /&gt;
=== Operation ===&lt;br /&gt;
This dual Signature works by encrypting the order information with the merchant`s public key an the information that refers to the payment is encrypted with the bank`s public key. The informations from the payment(PI) and from the order(OI) are hashed and the result is concatenated. Then the concatenated result is again hashed then encrypted with the customer`s key(CPKE), generating the dual signature. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Dual Signature = CPKE { H [ H(PI) || H(OI) ] }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Verification of the Dual Signature ===&lt;br /&gt;
&lt;br /&gt;
According to the [http://www.comp.nus.edu.sg/~jervis/cs3235/set.html Data Security for e-Transaction] website the verification of the dual signature is done the following way:&lt;br /&gt;
&lt;br /&gt;
*Verification of the Dual Signature by the merchant&lt;br /&gt;
&lt;br /&gt;
Assuming that the merchant has the PIMD (message digest of the payment details; he does not require the payment details of the customer) and the Order details (OI) to verify the dual signature, the merchant simply need to perform the following:&lt;br /&gt;
&lt;br /&gt;
    1) H [ PIMD || H (OI)]&lt;br /&gt;
&lt;br /&gt;
    2) Decrypt the dual signature using the customer public key. &lt;br /&gt;
&lt;br /&gt;
The merchant can obtain the customer public key for the customer's certificate. The values from (1) and (2) should be equal.&lt;br /&gt;
&lt;br /&gt;
*Verification of the Dual Signature by the Bank&lt;br /&gt;
&lt;br /&gt;
Assuming that the Bank has the Payment details, and the OIMD (message digest of order details) to verify the dual signature, the bank simply needs to perform the following:&lt;br /&gt;
&lt;br /&gt;
   1) H [ H (PI) || OIMD]&lt;br /&gt;
&lt;br /&gt;
   2) Decrypt the dual signature using the customer public key. &lt;br /&gt;
&lt;br /&gt;
The merchant can obtain the customer public key for the customer's certificate. The values from (1) and (2) should be equal.&lt;br /&gt;
&lt;br /&gt;
== General Steps ==&lt;br /&gt;
According to the [http://www.comp.nus.edu.sg/~jervis/cs3235/set.html Data Security for e-Transaction] website the general steps for the SET are:&lt;br /&gt;
* Customer to Merchant &lt;br /&gt;
[[Image:wikiimage1.jpeg |thumb|400px|right| '''General Steps''']]&lt;br /&gt;
&lt;br /&gt;
# Customer sends both the order and payment details to the merchant, together with his certificate.&lt;br /&gt;
# The payment details will be encrypted; merchant will not be able to read the payment details.&lt;br /&gt;
# The merchant uses the customer certificate to verify the customer.&lt;br /&gt;
&lt;br /&gt;
* Merchant to Customer's Bank &lt;br /&gt;
&lt;br /&gt;
#Merchant will send this payment details to his bank who will then forward it to the customer's bank to request authorization that the customer has sufficient available credit for the purchase.&lt;br /&gt;
&lt;br /&gt;
* Confirmation of Order&lt;br /&gt;
&lt;br /&gt;
#Once the authorization is received, the merchant will send an order confirmation to the customer.&lt;br /&gt;
&lt;br /&gt;
* Shipping of Goods&lt;br /&gt;
&lt;br /&gt;
#Upon confirmation by the customer, the merchant will deliver the goods to the customer&lt;br /&gt;
&lt;br /&gt;
* Request for Payment By Merchant&lt;br /&gt;
&lt;br /&gt;
#Lastly, the bank makes a request to the customer's credit card bank for payment. &lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
[[Digital Signatures]]&lt;br /&gt;
&lt;br /&gt;
[[Public Key Encryption Algorithms]]&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Digital_certificate Digital Certificate]&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Cryptography Cryptography]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
[http://www.comp.nus.edu.sg/~jervis/cs3235/set.html Data Security for e-Transaction]&lt;br /&gt;
&lt;br /&gt;
[http://www.samconline.com/samc/6340/Chapter-11-e-commerce/sld014.htm SET Electronic Transmission Protocol] &lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Secure_electronic_transaction Secure Electronic Transaction]&lt;br /&gt;
&lt;br /&gt;
[http://www.davidreilly.com/topics/electronic_commerce/essays/secure_electronic_transactions.html Secure Electronic Transactions]&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Public_key Public Key Cryptography]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
#Data Security for e-Transaction. Retrieved on April 12th 2008, from  &amp;lt;http://www.comp.nus.edu.sg/~jervis/cs3235/set.html&amp;gt;&lt;br /&gt;
#SET Electronic Transmission Protocol. Retrieved on April 12th 2008, from &amp;lt;http://www.samconline.com/samc/6340/Chapter-11-e-commerce/sld014.htm&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Nobrem|Nobrem]] 21:30, 13 April 2008 (EDT)&lt;/div&gt;</summary>
		<author><name>Nobrem</name></author>	</entry>

	<entry>
		<id>http://wiki.cas.mcmaster.ca/index.php/Secure_Electronic_Transaction_(SET)_Protocol</id>
		<title>Secure Electronic Transaction (SET) Protocol</title>
		<link rel="alternate" type="text/html" href="http://wiki.cas.mcmaster.ca/index.php/Secure_Electronic_Transaction_(SET)_Protocol"/>
				<updated>2008-04-14T02:04:22Z</updated>
		
		<summary type="html">&lt;p&gt;Nobrem:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Secure Eletronic Transaction (SET) Protocol was created by the the credit cards companies VISA and MasterCard (involving other companies such as GTE, IBM, Microsoft, Netscape, RSA and VeriSign) starting in 1996. It`s main objective is to secure transactions with credit cards over insecure networks. The SET protocol relies on [http://en.wikipedia.org/wiki/Cryptography cryptography] and [http://en.wikipedia.org/wiki/Digital_certificate digital certificate] to ensure the authenticity of the users, confidentially of information and the payment`s integrity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
All users of SET must first be registered with the Certificate Authority before a transaction is allowed to take place. Digital Certificate is used to ensure confidentially of any transactions. If a transaction is needed, both parties will then exchange their certificate. The sender will use the randomly generated session key to encrypt all the messages and use the recipient's public key to encrypt the session key. This is known as &amp;quot;digital envelop&amp;quot; of the message. The recipient will then decrypt the digital envelop using his private key and uses the symmetric key to obtain the original message. SET uses both the secret key (impractical as each customer need a distinct key) and [http://en.wikipedia.org/wiki/Public_key public key cryptography] (merchant would only need to publish his public key and the customer would be able to send a secure message to him.)&lt;br /&gt;
&lt;br /&gt;
== Dual Signature ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The data of a payment on a trasaction made by a customer includes information that concearn only to the merchant (Order Information) and only to the bank (Payment Information), that means, two messages for two different destinations. The Dual Signature permits that those information to be sent in single transaction protected by [[Digital Signatures]]. By doing this, the information will be delivered only to right destination, providing to the customers more privacy. This &amp;quot;linked&amp;quot; information also permits disputes between the involved parts(like miss calculations, erroneous charges or to determine if a payment that belongs to a specifc order) to be solved more easily.&lt;br /&gt;
&lt;br /&gt;
=== Operation ===&lt;br /&gt;
This dual Signature works by encrypting the order information with the merchant`s public key an the information that refers to the payment is encrypted with the bank`s public key. The informations from the payment(PI) and from the order(OI) are hashed and the result is concatenated. Then the concatenated result is again hashed then encrypted with the customer`s key(CPKE), generating the dual signature. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Dual Signature = CPKE { H [ H(PI) || H(OI) ] }&lt;br /&gt;
&lt;br /&gt;
== General Steps ==&lt;br /&gt;
According to the [http://www.comp.nus.edu.sg/~jervis/cs3235/set.html Data Security for e-Transaction] website the general steps for the SET are:&lt;br /&gt;
* Customer to Merchant &lt;br /&gt;
[[Image:wikiimage1.jpeg |thumb|400px|right| '''General Steps''']]&lt;br /&gt;
&lt;br /&gt;
# Customer sends both the order and payment details to the merchant, together with his certificate.&lt;br /&gt;
# The payment details will be encrypted; merchant will not be able to read the payment details.&lt;br /&gt;
# The merchant uses the customer certificate to verify the customer.&lt;br /&gt;
&lt;br /&gt;
* Merchant to Customer's Bank &lt;br /&gt;
&lt;br /&gt;
#Merchant will send this payment details to his bank who will then forward it to the customer's bank to request authorization that the customer has sufficient available credit for the purchase.&lt;br /&gt;
&lt;br /&gt;
* Confirmation of Order&lt;br /&gt;
&lt;br /&gt;
#Once the authorization is received, the merchant will send an order confirmation to the customer.&lt;br /&gt;
&lt;br /&gt;
* Shipping of Goods&lt;br /&gt;
&lt;br /&gt;
#Upon confirmation by the customer, the merchant will deliver the goods to the customer&lt;br /&gt;
&lt;br /&gt;
* Request for Payment By Merchant&lt;br /&gt;
&lt;br /&gt;
#Lastly, the bank makes a request to the customer's credit card bank for payment. &lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
[[Digital Signatures]]&lt;br /&gt;
&lt;br /&gt;
[[Public Key Encryption Algorithms]]&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Digital_certificate Digital Certificate]&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Cryptography Cryptography]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
[http://www.comp.nus.edu.sg/~jervis/cs3235/set.html Data Security for e-Transaction]&lt;br /&gt;
&lt;br /&gt;
[http://www.samconline.com/samc/6340/Chapter-11-e-commerce/sld014.htm SET Electronic Transmission Protocol] &lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Secure_electronic_transaction Secure Electronic Transaction]&lt;br /&gt;
&lt;br /&gt;
[http://www.davidreilly.com/topics/electronic_commerce/essays/secure_electronic_transactions.html Secure Electronic Transactions]&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Public_key Public Key Cryptography]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
#Data Security for e-Transaction. Retrieved on April 12th 2008, from  &amp;lt;http://www.comp.nus.edu.sg/~jervis/cs3235/set.html&amp;gt;&lt;br /&gt;
#SET Electronic Transmission Protocol. Retrieved on April 12th 2008, from &amp;lt;http://www.samconline.com/samc/6340/Chapter-11-e-commerce/sld014.htm&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Nobrem|Nobrem]] 21:30, 13 April 2008 (EDT)&lt;/div&gt;</summary>
		<author><name>Nobrem</name></author>	</entry>

	<entry>
		<id>http://wiki.cas.mcmaster.ca/index.php/Secure_Electronic_Transaction_(SET)_Protocol</id>
		<title>Secure Electronic Transaction (SET) Protocol</title>
		<link rel="alternate" type="text/html" href="http://wiki.cas.mcmaster.ca/index.php/Secure_Electronic_Transaction_(SET)_Protocol"/>
				<updated>2008-04-14T01:30:24Z</updated>
		
		<summary type="html">&lt;p&gt;Nobrem:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Secure Eletronic Transaction (SET) Protocol was created by the the credit cards companies VISA and MasterCard (involving other companies such as GTE, IBM, Microsoft, Netscape, RSA and VeriSign) starting in 1996. It`s main objective is to secure transactions with credit cards over insecure networks. The SET protocol relies on [http://en.wikipedia.org/wiki/Cryptography cryptography] and [[Digital Cerificate]] to ensure the authenticity of the users, confidentially of information and the payment`s integrity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
All users of SET must first be registered with the Certificate Authority before a transaction is allowed to take place. Digital Certificate is used to ensure confidentially of any transactions. If a transaction is needed, both parties will then exchange their certificate.&lt;br /&gt;
&lt;br /&gt;
The sender will use the randomly generated session key to encrypt all the messages and use the recipient's public key to encrypt the session key. This is known as &amp;quot;digital envelop&amp;quot; of the message.&lt;br /&gt;
&lt;br /&gt;
The recipient will then decrypt the digital envelop using his private key and uses the symmetric key to obtain the original message.&lt;br /&gt;
&lt;br /&gt;
SET uses both the secret key (impractical as each customer need a distinct key) and public key cryptography (merchant would only need to publish his public key and the customer would be able to send a secure message to him.)&lt;br /&gt;
&lt;br /&gt;
== Dual Signature ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The data of a payment on a trasaction made by a customer includes information that concearn only to the merchant (Order Information) and only to the bank (Payment Information), that means, two messages for two different destinations. The Dual Signature permits that those information to be sent in single transaction protected by &lt;br /&gt;
[http://www.cas.mcmaster.ca/wiki/index.php/Digital_Signatures Digital Signature]. By doing this, the information will be delivered only to right destination, providing to the customers more privacy. This &amp;quot;linked&amp;quot; information also permits disputes between the involved parts(like miss calculations, erroneous charges or to determine if a payment that belongs to a specifc order) to be solved more easily.&lt;br /&gt;
&lt;br /&gt;
=== Operation ===&lt;br /&gt;
This dual Signature works by encrypting the order information with the merchant`s public key an the information that refers to the payment is encrypted with the bank`s public key. The informations from the payment and from the order are hashed and the result is  concatenated. Then the concatenated result is again hashed then encrypted with the customer`s key, generating the dual signature. &lt;br /&gt;
&amp;lt;math&amp;gt;Dual Signature = EKRC { H [ H(PI) || H(OI) ] }&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where EKRC -&amp;gt; customer private key&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== General Steps ==&lt;br /&gt;
&lt;br /&gt;
=== Customer to Merchant ===&lt;br /&gt;
[[Image:wikiimage1.jpeg |thumb|400px|right| '''General Steps''']]&lt;br /&gt;
&lt;br /&gt;
Customer sends both the order and payment details to the merchant, together with his certificate.&lt;br /&gt;
&lt;br /&gt;
The payment details will be encrypted; merchant will not be able to read the payment details.&lt;br /&gt;
&lt;br /&gt;
The merchant uses the customer certificate to verify the customer.&lt;br /&gt;
&lt;br /&gt;
=== Merchant to Customer's Bank ===&lt;br /&gt;
&lt;br /&gt;
Merchant will send this payment details to his bank who will then forward it to the customer's bank to request authorization that the customer has sufficient available credit for the purchase.&lt;br /&gt;
&lt;br /&gt;
=== Confirmation of Order ===&lt;br /&gt;
&lt;br /&gt;
Once the authorization is received, the merchant will send an order confirmation to the customer.&lt;br /&gt;
&lt;br /&gt;
=== Shipping of Goods ===&lt;br /&gt;
&lt;br /&gt;
Upon confirmation by the customer, the merchant will deliver the goods to the customer&lt;br /&gt;
&lt;br /&gt;
=== Request for Payment By Merchant ===&lt;br /&gt;
&lt;br /&gt;
Lastly, the bank makes a request to the customer's credit card bank for payment. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
#Data Security for e-Transaction. Retrieved on April 12th 2008, from  &amp;lt;http://www.comp.nus.edu.sg/~jervis/cs3235/set.html&amp;gt;&lt;br /&gt;
#SET Electronic Transmission Protocol. Retrieved on April 12th 2008, from &amp;lt;http://www.samconline.com/samc/6340/Chapter-11-e-commerce/sld014.htm&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
[http://www.comp.nus.edu.sg/~jervis/cs3235/set.html Data Security for e-Transaction]&lt;br /&gt;
&lt;br /&gt;
[http://www.samconline.com/samc/6340/Chapter-11-e-commerce/sld014.htm SET Electronic Transmission Protocol] &lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Secure_electronic_transaction Secure Electronic Transaction]&lt;br /&gt;
&lt;br /&gt;
[http://www.davidreilly.com/topics/electronic_commerce/essays/secure_electronic_transactions.html Secure Electronic Transactions]&lt;br /&gt;
&lt;br /&gt;
--[[User:Nobrem|Nobrem]] 21:30, 13 April 2008 (EDT)&lt;/div&gt;</summary>
		<author><name>Nobrem</name></author>	</entry>

	<entry>
		<id>http://wiki.cas.mcmaster.ca/index.php/Secure_Electronic_Transaction_(SET)_Protocol</id>
		<title>Secure Electronic Transaction (SET) Protocol</title>
		<link rel="alternate" type="text/html" href="http://wiki.cas.mcmaster.ca/index.php/Secure_Electronic_Transaction_(SET)_Protocol"/>
				<updated>2008-04-13T23:34:49Z</updated>
		
		<summary type="html">&lt;p&gt;Nobrem:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Secure Eletronic Transaction (SET) Protocol was created by the the credit cards companies VISA and MasterCard. It`s main objective is to secure transactions with credit cards over insecure networks. The SET protocol relies on cryptography and [[Digital Cerificate]] to ensure the authenticity of the users, confidentially of information and the payment`s integrity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
All users of SET must first be registered with the Certificate Authority before a transaction is allowed to take place. Digital Certificate is used to ensure confidentially of any transactions. If a transaction is needed, both parties will then exchange their certificate.&lt;br /&gt;
&lt;br /&gt;
The sender will use the randomly generated session key to encrypt all the messages and use the recipient's public key to encrypt the session key. This is known as &amp;quot;digital envelop&amp;quot; of the message.&lt;br /&gt;
&lt;br /&gt;
The recipient will then decrypt the digital envelop using his private key and uses the symmetric key to obtain the original message.&lt;br /&gt;
&lt;br /&gt;
SET uses both the secret key (impractical as each customer need a distinct key) and public key cryptography (merchant would only need to publish his public key and the customer would be able to send a secure message to him.)&lt;br /&gt;
&lt;br /&gt;
== Dual Signature ==&lt;br /&gt;
&lt;br /&gt;
Benefits of Dual Signature&lt;br /&gt;
&lt;br /&gt;
Information will only be released on a “Need-to-know” basis. Therefore, the merchant will not need the customer's credit card details, and the bank do not need the details of the customer order.&lt;br /&gt;
&lt;br /&gt;
In separating the information, customers will have an extra level of privacy.&lt;br /&gt;
&lt;br /&gt;
The separated information can also be easily linked together to resolve disputes.&lt;br /&gt;
&lt;br /&gt;
Why is this link so important??&lt;br /&gt;
&lt;br /&gt;
In the event of a dispute, this link is important as it is used to prove that a particular payment is meant for a particular order.&lt;br /&gt;
&lt;br /&gt;
How does Dual Signature Work&lt;br /&gt;
&lt;br /&gt;
The order information intended for the merchant is encrypted with merchant public key.&lt;br /&gt;
&lt;br /&gt;
The payment information intended for the bank is encrypted with the bank public key.&lt;br /&gt;
&lt;br /&gt;
How to create the dual signatures&lt;br /&gt;
&lt;br /&gt;
The hash values of the payment and order information are concatenated (H (PI) || H (OI) and the result hashed.&lt;br /&gt;
&lt;br /&gt;
Customer will encrypt the fianl result with his private key, creating the dual signature.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Dual Signature = EKRC { H [ H(PI) || H(OI) ] }&lt;br /&gt;
&lt;br /&gt;
where EKRC -&amp;gt; customer private key&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== General Steps ==&lt;br /&gt;
&lt;br /&gt;
=== Customer to Merchant ===&lt;br /&gt;
[[Image:wikiimage1.jpeg |thumb|400px|right| '''General Steps''']]&lt;br /&gt;
&lt;br /&gt;
Customer sends both the order and payment details to the merchant, together with his certificate.&lt;br /&gt;
&lt;br /&gt;
The payment details will be encrypted; merchant will not be able to read the payment details.&lt;br /&gt;
&lt;br /&gt;
The merchant uses the customer certificate to verify the customer.&lt;br /&gt;
&lt;br /&gt;
=== Merchant to Customer's Bank ===&lt;br /&gt;
&lt;br /&gt;
Merchant will send this payment details to his bank who will then forward it to the customer's bank to request authorization that the customer has sufficient available credit for the purchase.&lt;br /&gt;
&lt;br /&gt;
=== Confirmation of Order ===&lt;br /&gt;
&lt;br /&gt;
Once the authorization is received, the merchant will send an order confirmation to the customer.&lt;br /&gt;
&lt;br /&gt;
=== Shipping of Goods ===&lt;br /&gt;
&lt;br /&gt;
Upon confirmation by the customer, the merchant will deliver the goods to the customer&lt;br /&gt;
&lt;br /&gt;
=== Request for Payment By Merchant ===&lt;br /&gt;
&lt;br /&gt;
Lastly, the bank makes a request to the customer's credit card bank for payment. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
#Data Security for e-Transaction. Retrieved on April 12th 2008, from  &amp;lt;http://www.comp.nus.edu.sg/~jervis/cs3235/set.html&amp;gt;&lt;br /&gt;
#SET Electronic Transmission Protocol. Retrieved on April 12th 2008, from &amp;lt;http://www.samconline.com/samc/6340/Chapter-11-e-commerce/sld014.htm&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
[http://www.comp.nus.edu.sg/~jervis/cs3235/set.html]&lt;br /&gt;
&lt;br /&gt;
[http://www.samconline.com/samc/6340/Chapter-11-e-commerce/sld014.htm] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
--[[User:Nobrem|Nobrem]] 23:15, 29 March 2008 (EDT)&lt;/div&gt;</summary>
		<author><name>Nobrem</name></author>	</entry>

	<entry>
		<id>http://wiki.cas.mcmaster.ca/index.php/File:Wikiimage1.jpeg</id>
		<title>File:Wikiimage1.jpeg</title>
		<link rel="alternate" type="text/html" href="http://wiki.cas.mcmaster.ca/index.php/File:Wikiimage1.jpeg"/>
				<updated>2008-04-13T23:10:15Z</updated>
		
		<summary type="html">&lt;p&gt;Nobrem:&amp;#32;General Steps for e Secure Eletronic Transmission&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;General Steps for e Secure Eletronic Transmission&lt;/div&gt;</summary>
		<author><name>Nobrem</name></author>	</entry>

	<entry>
		<id>http://wiki.cas.mcmaster.ca/index.php/Secure_Electronic_Transaction_(SET)_Protocol</id>
		<title>Secure Electronic Transaction (SET) Protocol</title>
		<link rel="alternate" type="text/html" href="http://wiki.cas.mcmaster.ca/index.php/Secure_Electronic_Transaction_(SET)_Protocol"/>
				<updated>2008-03-30T03:15:24Z</updated>
		
		<summary type="html">&lt;p&gt;Nobrem:&amp;#32;New page: The Secure Eletronic Transaction (SET) Protocol was created by the the credit cards companies VISA and MasterCard. It`s main objective is to secure transactions with credit cards over inse...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Secure Eletronic Transaction (SET) Protocol was created by the the credit cards companies VISA and MasterCard. It`s main objective is to secure transactions with credit cards over insecure networks. The SET protocol relies on cryptography and [[Digital Cerificate]] to ensure the authenticity of the users, confidentially of information and the payment`s integrity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
--[[User:Nobrem|Nobrem]] 23:15, 29 March 2008 (EDT)&lt;/div&gt;</summary>
		<author><name>Nobrem</name></author>	</entry>

	</feed>