To decrypt the APPS password, you can use any login name as long as you know the password for this user; or you can use the internal user GUEST, which should be available in all instances.
The default password for user GUEST is ORACLE. Your DBA may change it to something else but you can find the value from this query:
SELECT B.PROFILE_OPTION_VALUE FROM FND_PROFILE_OPTIONS A , FND_PROFILE_OPTION_VALUES B WHERE A.PROFILE_OPTION_NAME='GUEST_USER_PWD' AND B.PROFILE_OPTION_ID=A.PROFILE_OPTION_ID;
The Foundation Hash can be obtained by:
SELECT ENCRYPTED_FOUNDATION_PASSWORD FROM FND_USER WHERE USER_NAME='GUEST'; -- Or any username of your choice.
Just to remind that password could be case-sensitive, depends on the profile option. Use this query to check the security measure on the password configuration of your instance:
SELECT A.PROFILE_OPTION_NAME , B.PROFILE_OPTION_VALUE FROM FND_PROFILE_OPTIONS A , FND_PROFILE_OPTION_VALUES B WHERE A.PROFILE_OPTION_NAME LIKE 'SIGNON%PASSWORD%' AND B.PROFILE_OPTION_ID=A.PROFILE_OPTION_ID;
Download the jar file appsPwd.jar, and run it by java -jar appsPwd.jar (JRE 6 or higher). Put your combination of your FND username, password, and ENCRYPTED_FOUNDATION_PASSWORD in the program. Click the button to get the almighty APPS password !
16 comments :
The form is not there. Where is it????
It always says "Service Temporarily Unavailable".
very good indeed.
Where is the form ?
I cannot see the form
too good tool .... this is how oracle works ... shame
Feature works only if passwords are not miggrated to non-reversible with SHA algorithm, which is very recommended.
Very good. The idea is really nice but at my side its not working properly. I tried the form also but its not showing any result.
oracle ebs
It keeps giving page cannot be displayed on the form. Could you please check it.
The JSP page is still not available. Could you please see if the server is even up?
pleeege make it work....i need it
EXE is giving an Error >> could not find the main class.Program will exit.
Exe complianing about the Class File.. Did not work
Gives: Invalid or corrupt jarfile appsPwd.jar
Gives error invalid or corrupt jar. Could you please check?
This works now. Thank you.
Hi Christopher,
The appspwd link doesn't seems to be working.
Thanks,
Pankaj
Post a Comment