我配置了一个连接池和数据源,config.xml的部分代码如下:
    <JDBCConnectionPool
        DriverName="com.microsoft.jdbc.sqlserver.SQLServerDriver"
        Name="MyConnectionPool" Password="{3DES}UeR71EVSLlY="
        Properties="user=sa;url=jdbc:microsoft:sqlserver://localhost:1433;selectMethod=cursor;dataSourceName=SQL2000JDBC;userName=sa;databaseName=tempdb;serverName=localhost"
        Targets="myserver"
        TestTableName="SQL SELECT COUNT(*) FROM sysobjects" URL="jdbc:microsoft:sqlserver://localhost:1433"/>
    <JDBCTxDataSource JNDIName="MyDataSource" Name="MyDataSource"
        PoolName="MyConnectionPool" Targets="myserver"/>其中Password="{3DES}UeR71EVSLlY="这句是连接数据库的sa的密码吧,wls用的什么加密法?