html-input-obfuscator
Reactive icon

HTML Input Obfuscator

version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 16 Oct (yesterday)
 by 
0.0
 (0 ratings)
html-input-obfuscator

HTML Input Obfuscator

Documentation
1.0.0

Block used to obfuscate inputs (passwords) and prevent data collection in HTML scanning hacking tools.

Used to hide any password or input (the block created is for passwords, but the input type can be adjusted to allow use in other cases) by replacing the value characters with a neutral value. The "value" attribute in the HTML will appear with this neutral value, making the results of HTML scanning hacking tools impossible.


To use the obfuscation block:

1 - Replace the input of the field to be obfuscated with the component's obfuscation block;

2 - Map the controller (via a local Boolean variable) to when it will retrieve the actual field value to use it (map the value to the "Submit" input);

3 - Create and map a handler for the block event to receive the value of the deobfuscated field and process it;

4 - Continue the process as needed.