1. <i id='ZOK9R'><tr id='ZOK9R'><dt id='ZOK9R'><q id='ZOK9R'><span id='ZOK9R'><b id='ZOK9R'><form id='ZOK9R'><ins id='ZOK9R'></ins><ul id='ZOK9R'></ul><sub id='ZOK9R'></sub></form><legend id='ZOK9R'></legend><bdo id='ZOK9R'><pre id='ZOK9R'><center id='ZOK9R'></center></pre></bdo></b><th id='ZOK9R'></th></span></q></dt></tr></i><div id='ZOK9R'><tfoot id='ZOK9R'></tfoot><dl id='ZOK9R'><fieldset id='ZOK9R'></fieldset></dl></div>

    1. <small id='ZOK9R'></small><noframes id='ZOK9R'>

      <legend id='ZOK9R'><style id='ZOK9R'><dir id='ZOK9R'><q id='ZOK9R'></q></dir></style></legend>
      <tfoot id='ZOK9R'></tfoot>
      • <bdo id='ZOK9R'></bdo><ul id='ZOK9R'></ul>

      使用 JDBC 时密码的字符串或字符 []?

      时间:2023-07-27
      <i id='Yx7SB'><tr id='Yx7SB'><dt id='Yx7SB'><q id='Yx7SB'><span id='Yx7SB'><b id='Yx7SB'><form id='Yx7SB'><ins id='Yx7SB'></ins><ul id='Yx7SB'></ul><sub id='Yx7SB'></sub></form><legend id='Yx7SB'></legend><bdo id='Yx7SB'><pre id='Yx7SB'><center id='Yx7SB'></center></pre></bdo></b><th id='Yx7SB'></th></span></q></dt></tr></i><div id='Yx7SB'><tfoot id='Yx7SB'></tfoot><dl id='Yx7SB'><fieldset id='Yx7SB'></fieldset></dl></div>
        <legend id='Yx7SB'><style id='Yx7SB'><dir id='Yx7SB'><q id='Yx7SB'></q></dir></style></legend>

        • <bdo id='Yx7SB'></bdo><ul id='Yx7SB'></ul>

              <small id='Yx7SB'></small><noframes id='Yx7SB'>

                <tbody id='Yx7SB'></tbody>

                <tfoot id='Yx7SB'></tfoot>
              1. 本文介绍了使用 JDBC 时密码的字符串或字符 []?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                这是从安全的角度出发的.最佳实践是不要使用字符串来存储密码,而是使用 char[].这是否适用于任何时候使用密码?例如,使用 JDBC 时是否可以使用 String 来保存密码?

                This comes from a security point of view.Best practice says not to use a String to store a password, but a char[]. Does this apply to using a password at any time? For example, it is acceptable to use a String to hold a password when using JDBC?

                public final void Login(String username, String password){
                ...
                conn = DriverManager.getConnection(url, username, password);
                ...
                }
                

                或者这里可以使用 char[] 来代替字符串吗?

                Or could a char[] be used here in place of the String?

                推荐答案

                我不知道我是否接受你的前提,即 char [] 在 a 的上下文中比 String 更安全系统资源(例如 JDBC 数据库连接).无论如何,您都可以使用连接管理器(或连接池,以适合您的容器为准),然后连接管理器(并且只有连接管理器)可以看到底层数据库用户名/密码.

                I don't know that I accept your premise that a char [] is more secure than a String in the context of a system(s) resource (e.g. JDBC database connection). Regardless, you can use a connection manager (or connection pool, whichever is appropriate to your container) and then the connection manager (and only the connection manager) has visibility to the underlying databse username / password.

                这篇关于使用 JDBC 时密码的字符串或字符 []?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:Java char 数组是否始终是有效的 UTF-16(Big Endian)编码 下一篇:奇怪的 toCharArray() 行为

                相关文章

                最新文章

                1. <small id='30HPN'></small><noframes id='30HPN'>

                  <legend id='30HPN'><style id='30HPN'><dir id='30HPN'><q id='30HPN'></q></dir></style></legend>
                  <i id='30HPN'><tr id='30HPN'><dt id='30HPN'><q id='30HPN'><span id='30HPN'><b id='30HPN'><form id='30HPN'><ins id='30HPN'></ins><ul id='30HPN'></ul><sub id='30HPN'></sub></form><legend id='30HPN'></legend><bdo id='30HPN'><pre id='30HPN'><center id='30HPN'></center></pre></bdo></b><th id='30HPN'></th></span></q></dt></tr></i><div id='30HPN'><tfoot id='30HPN'></tfoot><dl id='30HPN'><fieldset id='30HPN'></fieldset></dl></div>

                  <tfoot id='30HPN'></tfoot>

                  • <bdo id='30HPN'></bdo><ul id='30HPN'></ul>