IBM / fhe-toolkit-linux

IBM Fully Homomorphic Encryption Toolkit For Linux. This toolkit is a Linux based Docker container that demonstrates computing on encrypted data without decrypting it! The toolkit ships with two demos including a fully encrypted Machine Learning inference with a Neural Network and a Privacy-Preserving key-value search.
MIT License
1.43k stars 158 forks source link

Add more info to the Interactive Wizard #173

Closed boland25 closed 3 years ago

boland25 commented 3 years ago

Describe the bug at the point of time where it says....

"Enter Passphrase for the root signing key"

Add before it prints that out, this information..

Now we'll need to generate some keys, a Root key which is the root key of the docker content trust to store a tagged image, a Repository key (aka "target key"); allows you to sign image tags and manage delegations (including delegated keys or permitted delegation paths), an Encryption key for the HPVS registration definition file (generated automatically in the background) and a Vendor key, required for signing the HPVS registration definition file

adding_info_to_this_section

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

Additional context Add any other context about the problem here.