Module: Editor
Version: 2.2.1 +
Description
The formula 'ConcatenateBase64' joins several base64 strings into one base64 string.
This formula makes it possible to compare multiple Base64 strings. It combines multiple hash codes to one hash codes. Thereby you only have to compare one hash code that present multiple Base64 strings.
Parameters
Text1:
Here you fill in the text you want to combine into one hash code
Text2:
Here you fill in the text you want to combine into one hash code
The amount of parameters is equal to the amount of strings that has to be joined
Example
Description
In this example you can see how the formula 'ConcatenateBase64 works'.
Values parameters
Base64-string 1:
RnV0dQ== (Source text-string1: Futu)
Base64-string 2
cmFtYQ== (Source text-string2: rama)
Result
Result:
RnV0dXJhbWE= (Result text-string: Futurama)