you can rephrase login to take both username and password in one of your scenarios, and it will globally apply, even for the code.
你可以用另一种方式登录,在你的一个场景中同时接受用户名和口令,它会应用到全局,甚至是代码。
but even with encoding, this provides no real security because the password is not encrypted.
但是即使利用编码,这并不提供真实的安全性,因为口令并没有被加密。
messages are not secure because an outside observer can read the user name and password in them.
这样消息并不安全,因为外部查看者可以取读其中的用户名和密码。
finally, some ideas on how to properly secure yourself and your systems from the possibility of a password cracking attack were offered.
最后,提供了有关如何适当保护您自己和您的系统避免可能受到密码破解攻击的一些想法。
for each apply server we need to have a password file.
对于每个应用服务器,都需要一个口令文件。
this proof could be a password or some security token.
这个证明可以是一个口令或者某种安全令牌。
the only way we know if a user is valid is either with a username and password that can be validated against the database (the id), or by the temporary session information (the stamp).
我们知道一个用户是不是有效用户的唯一方法是他是否具有能通过数据库(标识),或临时会话信息(邮戳)验证的用户名和密码。
you must provide the same username and password for both the server and the tool, because the tool will only receive commands from that authenticated console user.
您必须对服务器和工具提供相同的用户名和密码,因为此工具将仅从该经过身份验证的控制台用户接收命令。
in all of the above cases, the system prompts you for a password for the remote host.
在上面所有的示例中,系统都会提示您输入远程主机的密码。
the password is only requested once when the certificate is loaded so that it can be decrypted and stored in memory.
在证书加载时,这个密码只会请求一次,这样它就可以进行解密并保存到内存中了。
we needed to ensure valid users get the pages they need, but without prompting for a username and password every time they request one -- just once per session.
我们需要确保有效的用户得到他们需要的页面,但不必在每次他们请求一个页面时都提示用户名和密码 ―每个会话只提示一次。
these instance variables are only used if the other two sources of username and password are null, and are not reset after each use, so they can potentially be used on every request.
如果用户名和密码的其他两个来源为空,并且在每次使用后不能重新设置,则只能使用这些实例变量,所以每个请求都可能会使用它们。
this property sets the password for the user specified above.
这个属性设置上面指定的用户的密码。
you may have to change the password for these logins accordingly.
因此,您可能需要更改这些登录的密码。
this means no restraint of password length or repeating characters.
这意味着不限制密码长度或重复字符。
password expiry is only used once but i like to create a variable for it and place the variable with the other user-edited fields.
密码期限只使用一次,但是我喜欢为它创建一个变量,并将变量与其他的用户可编辑字段放置在一起。