- Mastering PostgreSQL 10
- Hans Jürgen Sch?nig
- 69字
- 2021-06-30 19:03:47
Introducing SCRAM-SHA-256
Most people use passwords to connect to the database and manage security. Traditionally, people utilized md5. However, md5 is not safe anymore and therefore new authentication methods are needed. Starting with version 10.0, PostgreSQL supports SCRAM-SHA-256, which is far safer than the previous authentication method.
The old way of doing it is still supported. However, it is strongly recommended to move to SCRAM-SHA-256 in favor of md5.
推薦閱讀
- Hands-On Graph Analytics with Neo4j
- 21小時(shí)學(xué)通AutoCAD
- 工業(yè)機(jī)器人產(chǎn)品應(yīng)用實(shí)戰(zhàn)
- Excel 2007函數(shù)與公式自學(xué)寶典
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- 傳感器技術(shù)應(yīng)用
- 讓每張照片都成為佳作的Photoshop后期技法
- Spark大數(shù)據(jù)技術(shù)與應(yīng)用
- CompTIA Network+ Certification Guide
- 數(shù)據(jù)通信與計(jì)算機(jī)網(wǎng)絡(luò)
- 完全掌握AutoCAD 2008中文版:機(jī)械篇
- Hands-On Reactive Programming with Reactor
- FANUC工業(yè)機(jī)器人配置與編程技術(shù)
- Generative Adversarial Networks Projects
- PostgreSQL High Performance Cookbook