Skip to content

Mask Node

Utils/String

Hides the middle of a value, keeping a few characters visible

string_maskstd
Inputs5
Outputs1
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
10/10High
PrivacyPotential sensitivity of processed data.
10/10High
PerformanceRuntime or resource pressure.
10/10High
GovernancePolicy, audit, or compliance impact.
10/10High
ReliabilityOperational stability considerations.
10/10High
CostExternal or compute cost impact.
10/10High

Input Pins

5

String

String
string

Input String

Keep Start

Integer
keep_start

Characters left visible at the start

Default 0

Keep End

Integer
keep_end

Characters left visible at the end

Default 4

Mask Character

String
mask_character

Character used for the hidden part

Default *

Fixed Width

Integer
fixed_width

Always use this many mask characters so the length is not leaked, 0 keeps the real length

Default 0

Output Pins

1

Masked

String
masked

The masked value

Node Info

Internal name
string_mask
Category
Utils/String