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 Apr 15, 2019. It is now read-only.
Decrypt message should give user-friendly error messages like "Verify Message" does, that is to set "Invalid" error message on the field that causes the problem
Encrypt/Decrypt message on locked account should work like "Register second passphrase" - There is an initial step to unlock the account.
Encrypt/Decrypt message hides the action buttons on success but show them again when I change some of the inputs and want to run again.
Actual behaviour
Decrypt message gives ugly errors, like nacl.crypto_box_open expected 24-byte nonce but got length 1
Encrypt/Decrypt message doesn't work with locked account nacl_raw._crypto_box_open signalled an error
Encrypt/Decrypt message hides the action buttons on success and doesn't show them again when I change some of the inputs and want to run again.
The text was updated successfully, but these errors were encountered:
Expected behaviour
Actual behaviour
nacl.crypto_box_open expected 24-byte nonce but got length 1
nacl_raw._crypto_box_open signalled an error
The text was updated successfully, but these errors were encountered: