You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2021. It is now read-only.
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... 😆
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?)
No description provided.
The text was updated successfully, but these errors were encountered: