Securely checking if a password is compromised in PythonHave I Been Pwned is a service that allows users to check if their account/password is compromised. It’s useful and important to know…Sep 29, 20211Sep 29, 20211
Protecting Python software supply chainSoftware supply chain is an important aspect of secure software development. Recently, we’ve seen an increase in the number of software…Jul 8, 2021Jul 8, 2021
How to Work with Infinity in PythonSome of the times we need to use positive or negative infinity as a value. For example, it is used in algorithms where you need to compare…Dec 7, 20171Dec 7, 20171
Python Matplotlib StyleMatplotlib is a great and very capable plotting library for Python. Matplotlib 2.0 made a few changes to their default style that improved…Aug 23, 2017Aug 23, 2017
What is Intel SGXIntel Software Guard Extensions (SGX), is a set of security architecture extensions first introduced in the Skylake microarchitecture that…Jul 17, 2017Jul 17, 2017
Securing MongoDBGiven the recent ransomware attacks on MongoDB, here is a short guide on how to secure access to MongoDB.Jan 6, 2017Jan 6, 2017