2008 Jun 12 9:56 AM
Hi,
How can I decrypt USR02-BCODE?
thanks...
james
2008 Jun 12 9:58 AM
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
2008 Jun 12 9:59 AM
I don't think you can - it wouldn't be very secure if you could!
2008 Jun 12 10:00 AM
2008 Jun 12 10:00 AM
You can't. Would be quiet a security leak if you could......
Regards,
John.
2008 Jun 12 10:01 AM
hii
There are some decryption algorithms available .I think that will help you for decryption and as well as encryption.
thx
'twinkal
2008 Jun 12 10:01 AM
Hi,
long ago i used this fm´sfor ecryption/decryption:
FIEB_PASSWORD_ENCRYPT
FIEB_PASSWORD_DECRYPT
maybe the are useful to you.
Best regards.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |