Slide 45
Slide 45 text
Send photo to server
1. Encrypt photo
EncData = SCell_wrap(SD, SK, Context=M2)
6. Receive OK
7. Terminate Session
8. Mark EncData in Local Store as Synced
2. Store EncData, M1, M2 in Local Store
3. Drop SD, SK from memory
4. Connect to Server:
Session = SSession(Priv(MKP), Pub(SKP))
5. Send EncData, M1, M2 via Session
prepare
data
transfer
data
terminate
session