 |
Triple DES encryption wrapper
Paul Hayman (10831 views)
Triple DES encryption wrapper
Here is a handy wrapper for Triple DES encryption:
#c#using System;
#c#using System.Collections.Generic;
#c#using System.Text;
#c#using System.Security.Cryptography;
#c#using System.IO;
#c#
#c#namespace Security
#c#{
#c# /// <summary>
#c# /// Wrap
|
 |
How to turn on automatic logon in Windows XP
Paul Hayman (4709 views)
How to turn on automatic logon in Windows XP
Original : http://support.microsoft.com/kb/315231
INTRODUCTION
This article describes how to configure Microsoft Windows XP to automate the logon process by storing your password and other pertinent information in the registry database. This fe
|
 |
Disabling User Account Control (UAC)
Mark Page (3145 views)
Disabling User Account Control (UAC)
Annoyed by the Vista Beta 2 user account control (UAC) dialogs?
These are the prompts for authority to install programs, run applications and perform day to day tasks such as some file operations. Also you will notice the that the prompt drop the compute
|