Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (中文) » SQL Anywhere 服务器 - 数据库管理 » 安全 » 保护数据的安全 » 控制数据库访问

 

提高口令安全性

口令在任何数据库安全系统中都是一个重要部分。要做到安全,口令必须不容易被猜到,并且必须难以在用户的硬盘或其它位置得到。SQL Anywhere 口令始终区分大小写。可以使用 verify_password_function 选项指定用于口令验证的函数。请参见verify_password_function 选项

 实现登录策略
 更改缺省用户 ID 和口令
 实现最低口令长度
 实现口令到期功能
 不要在 ODBC 数据源中包含口令
 对包含口令的配置文件进行加密
 使用口令验证