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.

Konfiguration


Betroffene Tabellenbereiche

Encryption column:
[input] Column with should be encrypted, can be a value or string.

Settings

New column name
[input] Name of the new column e.g.: Password

Notes

  • 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?

Settings

Simple text encryption.

Columns of input table

Parameter

Screenshot

Examples

Ausgangssituation

Goal: A good encrpytion for manually entered names.

Result

 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:

Troubleshooting

Nothing known up to now

Related topics

  • ...