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

Help padding drifted #3

Open
dkushche opened this issue May 3, 2022 · 0 comments
Open

Help padding drifted #3

dkushche opened this issue May 3, 2022 · 0 comments
Assignees

Comments

@dkushche
Copy link
Owner

dkushche commented May 3, 2022

How to reproduce:

  • Install crypto
  • Run crypto
  • Run help command

How I want it to look like:

dsa                         ->              dsa_little_doc
dummy_rsa                   ->              dummy_rsa it's super dummy rsa for easier analysis
elgamal                     ->              encrypt/decrypt using elgamal algo
elliptic                    ->              encrypt/decrypt using elliptic algo
generate_ca                 ->              generate_ca_little_doc
generate_client_cert        ->              generate_client_cert_little_doc
hash                        ->             generate hash from data

How it looks now:

dsa                         ->              dsa_little_doc
dummy_rsa                   ->              dummy_rsa it's super dummy rsa for easier analysis
elgamal                     ->              encrypt/decrypt using elgamal algo
elliptic                    ->              encrypt/decrypt using elliptic algo
generate_ca                 ->              generate_ca_little_doc
generate_client_cert   ->              generate_client_cert_little_doc
hash                        ->             generate hash from data

Hint: issue in crypto_commands/help.py

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

When branches are created from issues, their pull requests are automatically linked.

2 participants