Search the Community
Showing results for tags 'gdpr'.
-
This UDF was created for give any kind of support for GDPR solutions in AutoIt. #include "GDPR.au3" #AutoIt3Wrapper_Run_AU3Check=Y #AutoIt3Wrapper_Au3Check_Parameters=-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 -w 7 #Tidy_Parameters=/sort_funcs /reel ; #AutoIt3Wrapper_Run_Debug_Mode=Y _Example() Func _Example() _GDPR_Crypter_Wrapper(_Example_Crypter) Local $sText = 'AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting.' MsgBox(0, @ScriptLineNumber, _GDPR_Anonymize_String($sText)) Local $dCr
-
-
I need to anonymize some strings. For example: _Example() Func _Example() Local $sString1 = 'Warsaw' MsgBox(0, 'Test 1a', _GDPR_Anonymize_String1($sString1)) MsgBox(0, 'Test 1b', _GDPR_Anonymize_String2($sString1)) Local $sString2 = 'Zielona Góra' MsgBox(0, 'Test 2a', _GDPR_Anonymize_String1($sString2)) MsgBox(0, 'Test 2b', _GDPR_Anonymize_String2($sString2)) Local $sString3 = 'ZAKŁAD UBEZPIECZEŃ SPOŁECZNYCH' MsgBox(0, 'Test 3a', _GDPR_Anonymize_String1($sString3)) MsgBox(0, 'Test 3b