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
- RipeMD160
- SHA1
- SquareModN
Supported Encryption/Decryption Algorithms
The cryptographic library includes implementations of the following
crypt algorithms:
- Blowfish
- Cipher Block Chaining
- DES
- GOST
- Rijndael
- RSA
- Skipjack
Support functions
Additional support is provided for:
- PGP keyring parsing
- Prime Number generation
- Random 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.10 $