[Discuss] Passwords in Source Code?? Or, How to secure interprocess communications?

Richard Pieri richard.pieri at gmail.com
Sat Jan 31 13:35:50 EST 2015


Rather than password authentication you should look at other mechanisms 
like SSH's public key authentication or Kerberos keytabs. What's 
probably better is to use a role-based access control mechanism where 
only processes with the requisite roles can access the secure system.

-- 
Rich P.



More information about the Discuss mailing list