Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
1 reply
Subscribers
7 subscribers
Views
1322 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
I want to store a password for a webservice in a constant. Of course it should n
moritzw
over 13 years ago
I want to store a password for a webservice in a constant. Of course it should not be clear text. Is there a way to store obfuscated passwords in constants and use them in a web service invocation?...
OriginalPostID-30792
OriginalPostID-30792
Discussion posts and replies are publicly visible
0
Philip Marvin
Appian Employee
over 13 years ago
If you don't want to store the clear text password in your constant, you can store it in an encrypted or obfuscated form and then run it through an expression which converts it back to clear text right before sending it to the web services smart service. See the plugin "Java Cryptography Architecture (JCA) Tools" under "Shared Components" section for how you can decrypt a string in an expression.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel