Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • include time of transaction, and signatures of all the resources being sent to public as part of the activation
  • use public/private key to sign the above info
  • autogenerate or distribute the author's instance public key to assigned public instance after installation or upon first activation or manually
  • Including the time should protect from replaying the operation at later time.
  • Including the signatures should protect the transaction from information tampering
  • Encrypting both info should protect that information itself from being tampered with and at the same time it provides the means for public to authenticate sender since the information could be decrypted only with the public key associated with the private key held by the author instance.
  • Compromise of any public instance would still not endanger other public instances since the public key can't be used to successfully fake the said information and fake transaction
  • encrypting only the essential information instead of everything lowers the amount of resources necessary to secure the transaction.

...

  • one way asynchronous encryption makes transfer secure, allows for unsecure distribution of public key and allows reuse of same info for distribution to all public servers involved.
  • required effort to implement the above is minimal

UI components

  • admin page to generate new key and send it to all currently known public instances ... either using the old key or nothing in case of new instance installation. Export of public key should be also possible.
  • alert task in the activation command chain to warn user that secure communication was not yet established?

Open questions

  • where to store the private key? Preferably it would not be visible to anyone and couldn't be activated.
  • is alert good idea? ... Amount of work to test update tasks that change existing command chains is usually big. And i'm not convinced of the value.
  • anything else?