NCS Logo - Click for home page Northstar Developer Center
Platforms
All Platforms
.NET Framework (1.x - 4.x)
Active Server Pages
ASP.NET
C#
SQL Server
VB.NET
Visual Basic

Keywords
ASP.NET Authentication
ASP.NET Data Access
ASP.NET Page Events
.NET Data Types
.NET E-mail
.NET Functions
.NET System.IO
.NET System.Net
.NET System.Net.Sockets
Active Data Objects
ASP Architecture
ASP Black Belt
ASP Built-in Functions
ASP Built-in Objects
ASP Debugging
ASP Performance
ASP Security
ASP Syntax
ASP.NET Controls
ASP.NET Features
ASP.NET Master Pages
ASP.NET Security
Certifications
COM, DCOM, COM+
Data Access
E-Mail
Errors
HTML Tips
IIS
Object-Oriented Programming
SQL
Uncategorized ASP Tips
VB API Programming
VB Forms
VB Syntax

Book Support
Visual Basic 6 Bible
ASP Bible
ASP Weekend Crash Course
ASP.NET At Work
Creating Web Services

Cryptography in Visual Basic

Written by Eric Smith, Northstar Computer Systems

One of the more important topics in application security is handling encryption of data. There are a group of API calls known as the Cryptography API built into the Windows operating system. Along with a new book by Richard Bondi, there is an open source set of COM wrappers for these API calls. These objects are much easier to use than the actual API sets. To download this code, click this link:

<a href="http://www.geocities.com/richardbondi/wcco1.0.zip">http://www.geocities.com/richardbondi/wcco1.0.zip</a>

For the documentation, you can click this link: <a href="http://www.geocities.com/richardbondi/wcco_manual.zip">http://www.geocities.com/richardbondi/wcco_manual.zip</a>

Keywords: [ Security ]

Publication Date: 10/1/2000