加密安全 标签

Apache Web Server Hardening and Security Guide 有更新!

  |   评论   |   浏览

The Web Server is a crucial part of web-based applications. Apache Web Server is often placed at the edge of the network hence it becomes one of the most vulnerable services to attack.

Having default configuration supply much sensitive information which may help hacker to prepare for an attack the Web server.

The majority of Web application attacks are through XSS, Info Leakage, Session Management and PHP Injection attacks which are due to weak programming code and failure to sanitize Web application infrastructure.

apachesecurityhardeningguidepng

阿里Druid数据源配置数据库密码加密 有更新!

  |   评论   |   浏览

Druid 是阿里巴巴开源平台上一个数据库连接池实现,它结合了 C3P0、DBCP、PROXOOL 等 DB 池的优点,同时加入了日志监控,可以很好的监控 DB 池连接和 SQL 的执行情况,可以说是针对监控而生的 DB 连接池!并且支持使用密码加密链接数据库!本文通过配置加密密码进行数据库的访问。