TN Online TestSamacheer Kalvi practice

E-Commerce Security Systems - Formula Sheet

Share this chapter: Telegram

E-Commerce Security Systems - Formula Sheet

1. Key Management Scaling (Symmetric Cryptography)

Formula: K_sym = N * (N - 1) / 2

Definitions:

Significance: This shows that symmetric key management scales quadratically, making it difficult to distribute keys safely for very large groups of users.

2. Key Management Scaling (Asymmetric Cryptography)

Formula: K_asym = 2N

Definitions:

Significance: Because each user only requires a public key and a private key, the key count scales linearly, making management much simpler.

3. Secure Sockets Layer (SSL) Session Key Exchange

Formula: S(P(K)) = K

Definitions:

Significance: This demonstrates how asymmetric cryptography is used to securely pass a temporary symmetric key. Only the server holding private key S can reverse P(K) to retrieve K.

4. Check Digit Validation (Luhn Algorithm)

Formula: Sum(d_i) mod 10 = 0

Definitions:

Significance: This is the mathematical check used to detect simple typing errors in payment card numbers.

Solved MCQs → Practice test →

More for this chapter

Book Back Questions10 textbook MCQs · solved Additional MCQs15 extra MCQs · solved Practice TestInteractive · instant score Book Back TestTest yourself on the textbook set Additional MCQ TestTest yourself on the extra set Study NotesConcepts & methods

More chapters in Computer Applications

View all
1 Multimedia 2 An Introduction to Adobe PageMaker 3 Introduction to Database Management System 4 PHP: Hypertext Preprocessor 5 Functions and Arrays in PHP 6 Conditional Statements in PHP 7 Loops in PHP 8 Forms and Files 9 Connecting PHP and MYSQL 10 Introduction to Computer Networks 11 Network Examples and Protocols 12 Domain Name System (DNS) 13 Network Cabling 14 Open Source Concepts 15 E-Commerce 16 Electronic Payment Systems 18 Electronic Data Interchange- EDI