标签: c# nhibernate fluent-nhibernate connection-string password-encryption
目前我正在开发一个在NHibernate下配置的ASP.NET MVC项目。我的连接字符串如下所示:
<property name="connection.connection_string">Data Source=MYPCNAME;Initial Catalog=TEST;User ID=SA;Password=********;</property>
我的客户不喜欢使用普通的数据库密码。系统也完成了90%以上,如何在不更改当前代码的情况下加密密码?