Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Sort Decrypt Results #102

Open
frankgreco opened this issue Apr 20, 2018 · 0 comments
Open

Sort Decrypt Results #102

frankgreco opened this issue Apr 20, 2018 · 0 comments

Comments

@frankgreco
Copy link
Contributor

Currently, the results of the kanalictl apikey decrypt command are not sorted by name. It would be nice if they were.

+---------------------------+----------------------------------+
|       API KEY NAME        |              RESULT              |
+---------------------------+----------------------------------+
| one                       | abc123                           |
| two                       | def456                           |
| three                     | ghi789                           |
+---------------------------+----------------------------------+

Make sure that it is an efficient O(nlogn) sort. Merge sort would be a good choice.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant