Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ref:a_f:f:af:encrypt_b64 [2026/08/13 00:43] – removed - external edit (Unknown date) 127.0.0.1ref:a_f:f:af:encrypt_b64 [2026/08/13 00:53] (current) – ↷ Links adapted because of a move operation localdev
Line 1: Line 1:
 +{{tag>Index Function Function_List Miscellaneous}} 
 +====== ENCRYPT_B64 ======  
 +===== Description =====   
 +Provides BASE64 with XOR shift encryption (decryption) of the specified string. Can be used to encrypt AwareIM links – see [[2000_concepts:0900_prod_feats:0100_access_control:0200_login|Login Parameters]] 
 +===== Parameters =====   
 +An attribute of the Plain Text type or an expression producing a string 
 +===== Example =====   
 +<code aim>DISPLAY URL 'logonOp.aw?e=ENCRYPT_B64('domain=Test&userName=john&password=123') </code>