Modern Cryptography

Practicals for M.Sc. CS students | (M3022201)

Lab 9 (26/04/2023)

Problems for lab session:

Practicals

Part 1

1. Write a function encDES() with necessary parameters to encrypt the information using DES block cipher

  • Use the defaults from the provided modernCrypto.addons.tablesDES module
  • Use no mode of block cipher

Back to Homepage