Phase: Architecture and Design
                        
                        Avoid storing passwords in easily accessible locations.
                        
                     
                        Phase: Architecture and Design
                        
                        Consider storing cryptographic hashes of passwords as an alternative to storing in plaintext.
                        
                     
                        Phase: undefined
                        
                        A programmer might attempt to remedy the password management problem by obscuring the password with an encoding function, such as base 64 encoding, but this effort does not adequately protect the password because the encoding can be detected and decoded easily.
                        Effectiveness: None