Tag: Security

Technical

How to extract Private Key from PFX Certificate file?

SSL certificates use two important key files called public and private keys to make the connection more secure.  The private key is the most important part of the SSL certificate, that we will not get from our Certificate Authority, they provide only Certificate files, Intermediate Certificate files, and Root Certificate.  We have to generate the […]

Technical

How to Export PFX Certificate from IIS Windows Server?

Exporting the SSL Certificate installed in the IIS Windows Server is an easy one that can accomplish in a few steps. But, why is this first to be exported? What is the purpose of exporting the PFX certificate file? We can use the PFX certificate file as the SSL certificate of website and web APIs […]

Technical

How to Complete Certificate Request in IIS Windows Server?

Have you ever been confused about what should I do once got the certificate files for the domain from Certificate Authority? Yes, one must complete the certificate request process, so that they can use the certificate to websites hosted in servers. This process is called Complete Certificate Request, and this can be done in IIS […]

Technical

How to Create a CSR file in the IIS Windows Server?

CSR stands for Certificate Signing Request. CSR must be submitted while generating an SSL certificate from any certificate authority. Therefore, creating CSR is an important one to know for a web developer who is managing their website hosting and SSL Certificate. In this article, I will walk through the steps to create the CSR in […]

Technical

DMARC Quarantine vs Reject – What should you choose?

If we are talking about Email Security, the first thing that comes to our consideration is DMARC. In this topic, I will walk through DMARC, and the different policy options available, that is DMARC Quarantine vs Reject. What is DMARC? DMARC stands for Domain-based Message Authentication, Reporting, and Conformance. DMARC is an email authentication protocol, […]

Technical

TLS 1.2 Supported OS and Browsers

Most of the Website will no longer supports older versions of TLS protocols which is TLS 1.0 and TLS 1.1. This will be required in order to maintain the highest security standards of website. This means most of the website will supports only TLS 1.2 or higher. What is TLS? TLS which is full form […]

Technical

Cookie Authentication in ASP.NET CORE MVC Web Application

Authentication is the process of identifying the user that is who you are. Another related term is Authorization is this process of identifying whether you have authorized to access something in web it will be website pages. Authorization is the important module, most of the projects would not complete without covering this area.  Also, there […]

General News Technical

WordPress Plugins Vulnerability recently found

Recently studies found that there are few serious vulnerabilities in popularly used WordPress plugins which can be easily exploited by hacker.  Those vulnerable WordPress Plugins are, WP Database Reset InfiniteWP Client WP Time Capsule WP Database Reset This plugin is used to reset the tables in database either partially or completely. Hence this plugin playing […]

Technical

10 best practices to secure ASP.NET Core/MVC Web applications

In this article, you are going to walk through 10 best practices that everyone must consider in the security aspects while writing web applications in ASP.NET Core or MVC framework. These security vulnerabilities are common to all web applications. Below are the few major security vulnerabilities that can be exploited by hackers to gather information, […]

General News Technology

Latest WhatsApp Features added in December 2019 Update includes Group Privacy Settings

Here you can find the feature which introduced in latest WhatsApp update which done on December 2nd, 2019. Group Privacy Settings This is one of the useful features, which helps you to restrict people from adding you to groups. Most of the times you face the situation when you would add to group but where […]

Technical

How to update strong Cipher Suites in Windows server?

Here, I have explained about the Cipher Suites, recommended cipher suites, and the how-to apply only recommended cipher suites that have a set of strong algorithms and no known security vulnerabilities in Windows Server. What is Cipher Suite? A cipher suite is a set of cryptographic encryption algorithms which provide the secure, encrypted connection over […]

Back To Top