cancel
Showing results for 
Search instead for 
Did you mean: 

encryption for the string enter in input field

Former Member
0 Kudos

Hi ,

I have a input field and I am entering password there in my input field .

Suppose I enter the value AMIT , I want to dispaly XXXX in my input field .

how can it be possible .

regards,

Amit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Check the passwordField property. Select that and you get the password encrypted. Check this online help; [http://help.sap.com/saphelp_nw70ehp1/helpdata/en/31/3bc041a1236724e10000000a1550b0/frameset.htm] Radhika.

Answers (1)

Answers (1)

former_member40425
Contributor
0 Kudos

Hi,

In the properties of input field there is property Password field . Check that property.

Revert back if you need any help.

Regards,

Rohit

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Please keep in mind that the Password property doesn't actually encrypt the data. It only changes the display to replace with astricks on the client side. You must use HTTPS if you want the data to actually be encrypted during transfer.