Click here to Skip to main content
15,867,860 members
Articles / Database Development / MongoDB

Using Encryption and Authentication to Secure MongoDB

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
25 Jan 2018CPOL10 min read 21.7K   6  
How to use encryption and authentication to secure MongoDB
This article will show you how to implement Scram-SHA-1 and X509 Certificate Authentication which are MongoDB Community Edition’s two main authentication methods, and encrypt transactions between the client and server using TLS/SSL.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student
Wales Wales
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions