IronCoreLabs / ironhide

Tool to easily encrypt and decrypt files to users and groups. Similar to GPG, but usable at scale.
GNU Affero General Public License v3.0
44 stars 6 forks source link

Fix various minor messaging issues #8

Closed ernieturner closed 5 years ago

ernieturner commented 5 years ago

User Public Keys

When we do a user:lookup and we display the users public key as base64 x/y, most people don't know what that means. We should either combine that to just display a single Base64 string, or just nuke it entirely and display a checkmark that denotes that the user has a public key.

File Association Display

It's not obvious what the fromUser and fromGroup text that we display in this column means. We should clean up that text and map it to something that's more clear.

ernieturner commented 5 years ago

For public keys, just take off x/y and display two base64 strings with a line break.

For association, just remove the column for now.