Summary

  • This operator creates a key on base of a given text. The same text always creates the same key.
  • By using this operator it is possible to support the anonymization or to create new passwords.

Configuration

Input settings of existing table

AccessDeniedAccess Denied9XRESBD1MV4MQ67YAhh1tfYoa+sEZCkfzLF+ZhRC1oyiwV+WhpoZf7PbzKV54zcSAP5Bk/OxZUjAOGXU+vUs+P4ELE0=

Settings

AccessDeniedAccess Denied9XR77NZJ92XEN739FimC9Lp24cISjVBrArz1Ju5lSG0vpgQ0f2yKgWsabWpoMUivXiSNpvyYJkiEbOe1Yn+L5Z01Th4=

Remarks

  • Danger: If a third party has access to the results and TIS a second barrier is required to prevent decryption.
    1. Combine another element with the result  (see Example in Projekt: Beispiele Operatoren Ordner Sonstiges)
    2. Encrypt this combined text
  • If different Results have to be differentiated use a extra-key (e.g. row-number, ... see formula operator) and encrypted based on this extra key.
  • A random number can be generated using the formula operator

Want to learn more?

Screenshots


Examples

Example: Encrypt names

Situation

Goal: A good encrpytion for manually entered names.

Settings

 In the first step the names will be combine with a secret code by using the formula operator

Why?: If a third party has access to the results and TIS a second barrier is required to prevent decryption.
Im ersten Schritt werden die Namen mit Hilfe des TIS:Formeloperator (zeilenweise)

  1. Creating a extra element and combining it with the Text
  2. Encyptng this combined text

Following settings were used.

Result

Project File

-

Troubleshooting

Nothing known up to now.

Related topics