Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Direct oneliner conversion #2

Open
frenchdeepweb opened this issue Jun 30, 2021 · 1 comment
Open

Direct oneliner conversion #2

frenchdeepweb opened this issue Jun 30, 2021 · 1 comment
Assignees

Comments

@frenchdeepweb
Copy link

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
@frenchdeepweb frenchdeepweb changed the title Direct onliner conversion Direct oneliner conversion Jun 30, 2021
@nya-furball
Copy link
Owner

Clearsign and Verify are not supported for now due to the possibilty that the & sign is part of the clearsigned message. Will implement soon.

@nya-furball nya-furball self-assigned this Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants