Versions Compared

Key

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

...

We find a number of inadequate approaches that do not make it for a secure solution:

  • Symmetric keys are a No-Go as they are available in two places and leave it up to the implementation where to store the key.
  • Obfuscation is a No-Go as it does not resist to attacks.

The preferred solution with JS7 is use of asymmetric keys:

...