Write Program Utilise Aes Encrypting Decrypting Data File Follows Program Take 3 Arguments Q37153755

  1. Write a program that will utilise AES for encrypting anddecrypting the data from a file as follows. Your program shouldtake 3 arguments from the command line as input. The first inputshould be either 0 or 1 referring to encryption or decryption,respectively. The second input is the key filename. The third inputis the either the plaintext or encrypted filename.

    If the first argument is 0: your program will read an AES keyfrom a file titled key.txt (passed as second argument) and thenwill read the plaintext from a file titled plain- text.txt (passedas third argument), encrypt the contents of plaintext.txt using thekey and

    OR
    OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.