つまらないエンコーディングでパスワードを隠蔽しても、パスワードは保護されない。
パスワード管理の問題は、パスワードがアプリケーションのプロパティやコンフィギュレーション・ ファイルにプレーンテキストで保存されている場合に発生します。プログラマは、base64エンコーディングのようなエンコーディング機能を使ってパスワードを隠蔽することで、パスワード管理の問題を解決しようと試みることができますが、この努力はパスワードを十分に保護するものではありません。
Obscuring a password with a trivial encoding does not protect the password.
Password management issues occur when a password is stored in plaintext in an application's properties or configuration file. A programmer can 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.