MDi JLib
1.7.4

Package com.microdeveloper.security.encryption

Classes for easily encrypting and decrypting text using various DES encryption methods.

See:
          Description

Class Summary
Base64Encrypter An encrypter that uses Base64 encryption methodology to encrypt text.
DesEncrypter A Triple DES with MD5 encryption utility that encrypts and decrypts the given text.
GenerateDesEncrypted A simple command line tool for generating DesEncrypted passwords.
 

Package com.microdeveloper.security.encryption Description

Classes for easily encrypting and decrypting text using various DES encryption methods.

The package provides APIs for performing encryption and decryption work and provides the option of encrypting/decrypting with either keys or pass phrases. The algorithms use DES encryption (Base64Encrypter) and TripleDES ( DesEncrypter) and are therefore not suitable for export.

These classes are further used to enable secure encrypted database connectivity descriptors for the various Connector classes.

Refer to the individual classes for usage instructions.

Copyright©2001-2007, MicroDeveloper, Inc.
All Rights Reserved.

Package documentation version 1.0.0


MDi JLib
1.7.4

Copyright©2001-2007 MicroDeveloper, Inc. All Rights Reserved.