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

Password

Former Member
0 Likes
905

Hi,

How can I decrypt USR02-BCODE?

thanks...

james

6 REPLIES 6
Read only

MusAbaper
Active Participant
0 Likes
872

hI,

I think you search that :

PARAMETERS: p_pass TYPE xuncode.

AT SELECTION-SCREEN OUTPUT.

LOOP AT SCREEN.

IF screen-name = 'P_PASS'.

screen-invisible = '1'.

MODIFY SCREEN.

ENDIF.

ENDLOOP.

<REMOVED BY MODERATOR>

Mustapha

Edited by: Alvaro Tejada Galindo on Jun 12, 2008 7:27 PM

Read only

Former Member
0 Likes
872

I don't think you can - it wouldn't be very secure if you could!

Read only

Former Member
0 Likes
872

Hi,

Try the fm 'FIEB_PASSWORD_DECRYPT'.

Regards

Kiran Sure

Read only

Former Member
0 Likes
872

You can't. Would be quiet a security leak if you could......

Regards,

John.

Read only

Former Member
0 Likes
872

hii

There are some decryption algorithms available .I think that will help you for decryption and as well as encryption.

thx

'twinkal

Read only

former_member182371
Active Contributor
0 Likes
872

Hi,

long ago i used this fm´sfor ecryption/decryption:

FIEB_PASSWORD_ENCRYPT

FIEB_PASSWORD_DECRYPT

maybe the are useful to you.

Best regards.