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
This needs to be done in a backwards-compatible way, which is tricky, since I was kind of dumb when I put together the original spec. I left ... 0 bytes extra to play with.
One option is dropping a binary header at the end of the metadata, with a marker like PASSWORD_HINT_HEADER:LENGTH:<HINT>, and detect that a hint has been added to this file by the existence of PASSWORD_HINT_HEADER.
If that binary string were to happen to be the start of the payload, the file would be corrupted for decryption, and that's not ok.
On one hand, maybe it's so unlikely to happen that it's fine. On the other hand, no?
Add fixed-size buffer at head of encrypted file for password hint.
Need a UI element, as well.
The text was updated successfully, but these errors were encountered: