Cryptographic Library
Introduction
This package consists of a set of smalltalk classes which implement
various cryptographic functions; especially, hashing, encryption, decryption,
random number generation and public key ring file parsing.
Supported Hash Algorithms
The cryptographic library includes implementations of the following
hash algorithms:
- HMAC
- IDEA (*)
- MD5
- RC4
- SHA1
- SquareModN
Supported Encryption/Decryption Algorithms
The cryptographic library includes implementations of the following
crypt algorithms:
- Cipher Block Chaining
- DES
- RSA
Support functions
Additional support is provided for:
- PGP keyring parsing
- Random Number generation
- Prime Number generation
Documentation
This document is available upon request.
Licensing
This addOn package is licensed separately from the base ST/X system.
Please contact eXept for license information & pricing.
- (*)
- IDEA is provided for non commercial use only
(see details in the PGP licence conditions);
for commercial use, a licence agreement with the IDEA patent holder
is required.
Copyright © 1999 eXept Software AG
<info@exept.de>
Doc $Revision: 1.6 $