MilitaryCommunications

  1. All data should be stored in a sql database - store name, surname, age, rank, ID num, username, password
  2. Login screen with authentication a) If the person is high ranking: -They should be able to remove and update people. -They should be able to insert into a database.
  3. People should be able to decrypt new communications or view past communications that they have decrypted

Naming Conventions

filenames = name_of_file.txt variables = variableName methods = MethodName classes = ClassName

  • sql scripts - MilitaryComs.sql

  • sql stored procedures - sp_storedProcedure.sql