home
|
support
|
shop
|
downloads
|
about devpower
DevPower Encryption.NET Version 1.2.1 (23-Jan-02)
Copyright (c) 2001 - 2008 Steve Robbins All Rights Reserved.
Documentation
Public Instance Constructors
Encryption Constructor
Initializes a new instance of the Encryption class, optionally specifying an encryption key and Cryptography provider.
Public Instance Properties
Provider
Gets or sets the Crypto algorithm to use - see CryptoProvider enumeration below.
Version
Gets the component version number (read only).
Public Instance Methods
About
Displays copyright and version information for the component.
Decrypt
Decrypts a string with the specified encryption key (or the default key if one is not specified).
Encrypt
Encrypts a string with the specified encryption key (or the default key if one is not specified).
Public Enumerations
CryptoProvider
Represents the crypography algortihm to use for encryption / decryption. Values are DES, RC2 or TripleDES