Skip to content

Where is the AES key stored? #1198

Closed Answered by elrido
LeDav1 asked this question in Q&A
Discussion options

You must be logged in to vote

Here are some additional resources that will help in your analysis:

  • As a high level starting point, have a look at this How does it work? diagram
  • We created a threat model which contains data flow diagrams and lists our security assumptions
  • We modeled the protocol using Verifpal - you can use that as a starting point, add your own assumptions or attack vectors and validate that the confidentiality of paste, key and optional password still holds true

You are on the right track, the key is indeed the bit in the URL after the hash. This is what ensures that the key is not sent to the server in the GET request by the browser and the key never gets communicated to the server (de- and encrypt…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by elrido
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants