Click here to Skip to main content
15,891,253 members
Everything / Security

Security

security

Great Reads

by The Ænema
Inject your 4.5 framework .NET application into a C++ unmanaged host application - fast, secure & without any extra tool or library.
by Michael Haephrati
Chrome stores all passwords and other credentials in an encrypted database but guess what: they can be retrieved by anyone with the proper knowledge. This article will show you how.
by Ajay K. Yadav
The objective of writing this paper is to manifest, how to crack an executable without peeping its source code by exercising OllyDbg tool.
by Kewin Rausch
An introduction on how these applications self-defend themselves against scanning techniques, and how they could have evolved from simple and naive forms to more sophisticated ones.

Latest Articles

by Wessel Beulink
What is Azure Virtual Network Encryption? Azure Virtual Network encryption provides a layer of security that encrypts virtual network traffic, specifically between Azure Virtual Machines that communicate securely within a subnet or across different subnets.
by Zijian
Reusable codes for JWT security in business applications
by Federico Di Marco
A tool which creates one or more Powershell scripts which in turn recreate one or more binary files
by Wessel Beulink
Azure spearheads cloud evolution, Azure Automation Runbooks manage hybrid/SOC environments effectively

All Articles

Sort by Updated

Security 

21 Jun 2023 by Bruno van Dooren
Exploring an alternative reason for LAN Manager Authentication Failure
20 Feb 2022 by Utku Ozan ÇANKAYA
Advantages of using a gateway and how I benefit from using it
19 Feb 2022 by Asif Bahrainwala
A simple C++ program to generate RSA key pair
16 Feb 2022 by charles henington
Simple user defined Cipher Transform that I got the idea from https://www.codeproject.com/Articles/5319044/ARC4-Encryption-Library
2 Jul 2021 by datarockets
Finding a vulnerability, using it for data extracting from the database, and fixing it with just one line of code
25 May 2020 by Daan Acohen
The HttpClient can cause a security issue depending on how it is used so this article explains how to prevent that.
15 Apr 2020 by Ahmed E Osama
Working with decrypted data only in memory leaving no traces in hard-drive
23 Jan 2019 by Apriorit Inc, MikeSotnichek
The article with a practical solution to the problem.
5 Mar 2018 by Dharmateja Challa
This article is about generating random data using Trusted Platform Module in Windows 10 and testing its randomness using dieharder test suite.
21 Jan 2016 by Mark Heath
How to generate and use Shared Access Signatures for Azure Service Bus Queues
26 Oct 2015 by Vyacheslav Voronenko
One-liner to add all of the github keys as authorized to some test unix server
9 Jul 2015 by Carlos Mendez Comas
The Pharming is an attack difficult to detect for the user does not have idea what it going on.
2 Jul 2015 by Andrew Rober
Windows software licensing data and information in a nutshell
25 Feb 2015 by Max R McCarty
What Azure Website’s can do to make our life easier when it comes to securing our application’s connection strings.
17 Feb 2015 by Rolando CC
This article provides a basic reference on how basic protection can be achieved using the aspnet_regiis.exe tool, by default installed with .Net Framework, and also some basic considerations when you are working with IIS WebFarms.
29 Jul 2014 by Marin Cokarić
Securing Your phpMyAdmin
24 Jun 2014 by Ohad Redlich
In this article I explain Spring's implementation for the log-out mechanism
30 Apr 2014 by Sajid Qayyum
Describes authentication management using cookies
9 Apr 2014 by Aqeeel
Implementing security in SQL Server by only allowing TCP/IP Network Protocol and changing default TCP port
28 Feb 2014 by _Ravikant Tiwari_
This program will demonstrate the process of injecting code into already running processes. Here we have choosen to inject into Explorer
8 Feb 2014 by Ahmed Bensaid
Enabling SSL with IIS Express in Visual Studio
21 Jun 2013 by Daron Cox
If you're trying to integrate with UAG from a mobile device, this tip is for you!
15 Jan 2013 by Tharaka MTR
Article provides details about Mod 10 algorithm and how to validate a credit card number with mod 10 algorithm using C#.
11 Jan 2013 by Zamshed Farhan
MathGuard is a security option for beginners, developed by PHP and jQuery
27 Nov 2012 by Paulo Buchsbaum
A simple way to generate checksum for tables and databases.
15 Oct 2012 by Gun Gun Febrianza
Show and hide your drive using software drive conceal
11 Sep 2012 by John Bhatt
How can I block some website permanently like (facebook.com) and more social site on my employees computers
6 Sep 2012 by zoufeiyy
A program to operate WMI Namespace Security with Windows Native APIs which are supported on Windows 2000/XP/2003/2008/7.
7 Aug 2012 by kennysun
encrypt all stored procedures in SQL server with powershell
27 Mar 2012 by Marian Placko
This article shows a simple hack of a built-in MS SQL Server WITH ENCRYPTION mechanism
20 Nov 2011 by thatraja
Found this Microsoft KBError message: "The User Profile Service failed the logon. User profile cannot be loaded”, when logging on to Windows 7 or Windows Vista[^]From Link[^]:Method 1: Fix the User Account ProfileMethod 2: Log on to Windows and copy your data to a new accountMethod...
8 Aug 2011 by Dalek Dave
Fixing a Profile Services Problem when administrator password will not allow access.
12 Jun 2011 by Jesse Fatherree
Reset file ownership based off parent folder name
19 Sep 2010 by Steve Wellens
Scott Gu in his latest post, announces a very serious security threat-vulnerability regarding ASP.Net sites.
3 Apr 2010 by Rafael Leal da Silva
Hello friends.This is my first post on CodeProject.Today, I will write about MD5 in ASP.NET.You create a new web site, using Visual Studio 2008, and at default.aspx, drag two controls, first Label and second TextBox.In the first control(Label), change your property ID to...
4 Feb 2010 by Palash Biswas
You have a WCF Service that needs a SPN from its client But We typically use client config file to send the spn using the below code:
31 Dec 2009 by Karuna_Sorate
HTTP status 404: Not Found error while accessing WCF service through an ASMX clientI have personally faced this error without any accurate reasons explained in the server's log/trace. With some trial and error, I just managed to resolve it. Here is how it worked for me.Reason 1:If you...