Connecting to DB2 database on remote server (UNIX)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • combs5703
    New Member
    • Jan 2010
    • 1

    Connecting to DB2 database on remote server (UNIX)

    We've set up our DB2 database on a separate server than our application server (both UNIX). Now when I issue the connect statement, I also need to pass the user id and the password. All our production scripts will run under a single production id, but I do not want to pass the password unencrypted. Is there a best practice for doing this?
  • Parnamwulan
    New Member
    • Apr 2008
    • 16

    #2
    Hello,

    I have good experience with XOR encoding - its quite easy to use and secure

    Comment

    Working...