Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 520 Bytes

W16_lab10.md

File metadata and controls

7 lines (3 loc) · 520 Bytes

#lab 10, David Du

  • Issue: Given an already existing text file with plaintext, key, and encrypted strings, implement a feature to read in the data from the file and use them to decrypt or encrypt. Read in from input file (150)

  • Issue: Add to interface so that the user can control where the output file is saved and what it is called. Control output (200)