GDPR is the top regulatory focus of 2018, even among US companies, and is now considered to be one of the most significant information security and privacy laws at the present time.
Author: Sanjeev Jaiswal
Perl Interview questions for freshers and experienced
Here is the collection of most frequently asked Perl interview questions. Perl Basics What is CPAN? Its uses? What does “use strict” , “use vars” […]
Possible ways to hack mail account
It is very usual case now a days that mail accounts are getting compromised due to various reasons. I feel public awareness on Cyber Security […]
Hiding sensitive header response for IIS server
The purpose of this blog post is to discuss how to remove unwanted HTTP response headers from the response. Typically we have 3 response headers […]
First Android App reached 2 million downloads says Ankit Srivastava
It is really an inspirational post that someone’s first Android app reaches 2 million downloads in just a year. Congrats Ankit for your achievement and […]
How to check the readability of MS Word and Outlook using Flesch Reading Ease tool
There is the general SEO rule for readability of your article is that when writing for a general audience; you should aim for an 8th […]
Installing XML::Parser fails and requires expat.h
I had to install XML::Parser CPAN module to parse some of the xml files. But I was getting “requires expat.h” error while installing it. In […]
Automated bash script to test HTTP HEADER Response
With below code we can try to automate the different methods that a web server or a website allow. HTTP Methods that we can test […]