Skip to content

Commit

Permalink
Content added in the Page
Browse files Browse the repository at this point in the history
fixed virtual-labs-archive#201
The page content was added in the Procedure
  • Loading branch information
kushagragarwal2443 committed Mar 26, 2019
1 parent 99e5997 commit 4b67e62
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/lab/exp6/Procedure.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,23 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
<h1 class="text-h2-lightblue">Cryptographic Hash Functions and Applications(HMAC)</h1><div class="content" id="experiment-article-section-7-content">
<p>
For Procedure of the experiment refer <b>Theory</b> and <b>Manual</b>.
The steps are the following:

Step 1: Generate Plaintext m, keyA and keyB by clicking on rexpective buttons PART I of the simulation page.

Step 2: Enter generated Plaintext m from PART I to PART II in "Your text to be encrypted/decrypted:" block.

Step 3: Enter generated keyA from PART I to PART II "Key to be used:" block and click on DES encrpt button to output ciphertext c1.This is First Encryption.

Step 4: Enter generated ciphertext c1 from PART II "Output:" Block to PART II in "Your text to be encrypted/decrypted:" block.

Step 5: Enter generated keyB from PART I to PART II in "Key to be used:" block and click on DES decrypt button to output ciphertect c2.This is Second Encryption.

Step 6: Enter generated ciphertext c2 from PART II "Output:" block to PART II in "Your text to be encrypted/decrypted:" block.

Step 7: Enter generated keyA from PART I to PART II "Key to be used:" block and click on DES encrpt button to output ciphertext c3.This is Third Encryption. As Encryption is done thrice.This Scheme is called triple DES.

Step 7: Enter generated ciphertext c3 from PART II "Output:" Block to PART III "Enter your answer here:" block inorder to verify your Triple DES.
</p>
</div> </div>
</div>
Expand Down

0 comments on commit 4b67e62

Please sign in to comment.