zed
zed copied to clipboard
Prevent empty passwords
For users without a keychain, zed encrypts a file in ~/.zed. I think right now it's possible to accidentally enter your initial password as empty string, which breaks future attempts to decrypt.
This bug needs to be reproduced first and then addressed. We can probably just retry the password prompt if we get an empty password.