Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

HOW to encrypt password in the shell script?

Former Member
0 Likes
399

Can some one give me a sample code for encrypt and decrypt the password in a shell script?..

regards,

Vj

Can some one give me a sample code for encrypt and decrypt the password in a shell script?..

regards,

Vj

1 REPLY 1
Read only

Clemenss
Active Contributor
0 Likes
361

try

CALL 'AB_RFC_X_SCRAMBLE_STRING'

ID 'SOURCE' FIELD p_pass ID 'KEY' FIELD lv_key

ID 'SCR' FIELD 'X' ID 'DESTINATION' FIELD lv_pass

ID 'DSTLEN' FIELD lv_dstlen.

Regards,

Clemens