Showing posts with label Security. Show all posts
Showing posts with label Security. Show all posts

Monday, May 15, 2017

Docusign emails are stolen and are used in phishing campaign






If you received any message from this email then be cautious.Your information has been compromised. Please do do not click on the link or download any document.

Mail you might receive

"Dear Applicant~

Tuesday, February 23, 2016

PGP Tutorial For Windows (Kleopatra – Gpg4Win)


The security of your data is the most important thing. The focus of Gpg4win is on secure file and email encryption as well as good usability.

Part 1.  Installing Kleopatra 

  1. Head on over to https://gpg4win.org/download.html. We want the full version, so click ‘Gpg4win 2.2.3’
iXqHJld[1]


Tuesday, January 26, 2016

Encryption in SQL Server

Encryption


Encryption hierarchy is marked by three-level security. These three levels provide different mechanisms for securing data across networks and local servers. 

Monday, December 14, 2015

SQL Injection

 Sql injection occur when untrusted data is sent to an interpreter as a part of a command or query. The attacker's hostile data can trick the interpreter into executing unintended commands or accessing data without proper authorization

Why SQL injection matters