kdanedesigns / kdpcapstone-AD440-2023-EasilySendDataSecurely

Winter 2023 AD440 Cloud Practicum Team Project
GNU General Public License v3.0
2 stars 0 forks source link

kkennedy-gh Draft Logical View Diagram part of the 4+1 requirement due by week 3 #3

Closed 1jc closed 1 year ago

1jc commented 1 year ago

Revising Logical View UML State Diagram

kkennedy-gh commented 1 year ago

As a programmer, I want to develop a Logical View Diagram as part of our 4 + 1 diagram for our team project.

kdpcapstone commented 1 year ago

Hey Kyle, You're missing some steps.
User 1 sends unencrypted data and a key to the cloud service. The cloud service evaluates if it is unencrypted or encrypted data. If it is unencrypted, it sends it to the service that encrypts it and sends it back to user 1. User 1 manually sends encrypted data to user 2, and privately tells them the key. User 2 sends the encrypted data and the key to the service. The service determines if it is unencrypted or encrypted. If encrypted, it validates the key against the encrypted key, and if matches, unencrypts the data and sends it back to user 2, else sends a message that the key is invalid.

kkennedy-gh commented 1 year ago

Send_Data_Securely_Logical_State_Diagram_Revision_1.pdf

kkennedy-gh commented 1 year ago

Updated diagram. Please review and comment on possible revisions needed.

kkennedy-gh commented 1 year ago

logical_view_4_+_1_send_data_securely

kkennedy-gh commented 1 year ago

Revision if necessary.

kdpcapstone commented 1 year ago

This looks like it is missing a few things still, but per Kyle, we're not updating the documents any more. There is a process diagram per kyle's approval in the project documents in the wiki folder the team can reference.