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
For user with need to use the oneliner converter (ssh-chat user) it can be fastidious to first copy/paste message in the oneliner converter and then copy/paste the converted message in the encrypt/decrypt/chat field.
Please add a function to directly copy/paste oneliner message and pubkey and let the script doing the staff under the hood:
ie:
When script start ask if user need oneliner message, if yes start in oneliner mode else normal mode
in oneliner mode:
export pubkey in oneliner mode directly
Import recipient's pubkey directly as an oneliner
Encrypt and sign message output as an oneliner message
Clearsign message output directly as oneliner
verify messages take input directly as oneliner
The text was updated successfully, but these errors were encountered:
For user with need to use the oneliner converter (ssh-chat user) it can be fastidious to first copy/paste message in the oneliner converter and then copy/paste the converted message in the encrypt/decrypt/chat field.
Please add a function to directly copy/paste oneliner message and pubkey and let the script doing the staff under the hood:
ie:
The text was updated successfully, but these errors were encountered: