Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Encrypt filename #69

Closed
dannycoates opened this issue Jun 8, 2017 · 1 comment
Closed

Encrypt filename #69

dannycoates opened this issue Jun 8, 2017 · 1 comment

Comments

@dannycoates
Copy link
Contributor

No description provided.

@ehuggett
Copy link
Contributor

and now the content-type? (added in #489 )

I had a bash at learning enough JavaScript just to attempt to encrypt the filenames the other day. Lets just say both it and my knowledge of JavaScript still need a lot of work... 😆

ehuggett@170c047

  • It now conflicts with master
  • Doesn't decrypt filename for display on download page (just for the save as filename). The key object is not currently created until the file decryption stage (and now we need crypto available an a much earlier stage)
  • Reuses the IV, I think we should consider deriving both IV's from the current one instead of sending another? (there is an open issue for RFC 8188, something similar to Section 2.3?)

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants