Versions Compared

Key

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

...

This example loads the keys in module b16x5 and then uses them to configure module b16x0.  

Info

There is a single namespace for keys. If you put keys into multiple key modules and load them, they will all be available. The behavior of the system when there are name clashes (multiple key statements with the same name) is indeterminate.

Security Considerations

KRE tries to ensure that key values are not disclosed outside of your program. Therefore, you should be careful binding key values to variables since those values may be exposed in logging statements or any generated JavaScript. 

...