aspose file tools
The moose likes Portals and Portlets and the fly likes Getting Password from Credential Vault Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Getting Password from Credential Vault" Watch "Getting Password from Credential Vault" New topic
Author

Getting Password from Credential Vault

Thirugnanam Saravanan
Ranch Hand

Joined: Dec 13, 2007
Posts: 81
Hi,

I am storing the User ID and Password from my Portal page to the Credential Vault. While retreiving back the password from credential vault, I am getting it in some encrypted/encoded format. For example if i send the value "ew12345" as password I am getting back "[C@46effee5" from the credential vault.

I want to know how to get the original password or how to decode this password to my original password that I initially stored in credential vault:

I am using the following code to set the password to credential vault:





I am using the following code to retrieve the password back from credential vault:






Kindly let me know how to get the original password / password in decoded format from credential vault. Its very urgent.....

Thanks,
Saravanan T


Saravanan
SCJP 5.0(98%), SCWCD 5.0 (100%), OCA
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Getting Password from Credential Vault
 
Similar Threads
Websphere Portal server CredentialVault
Syntax highlighting in JTextPane
can not get session id from cookie when use HttpFormBasedAuthCredential
Resolving relative URLs in HttURLConnection response message
HTTP basic authentication in Web Applications