Uses of Class
goldengate.common.crypto.KeyManager

Packages that use KeyManager
goldengate.common.crypto Classes implementing Encryption for Password support or for File Encryption AES is the best compromise in term of security and efficiency. 
 

Uses of KeyManager in goldengate.common.crypto
 

Subclasses of KeyManager in goldengate.common.crypto
 class AesManager
          This class implements a simple Key Manager for AES class from name
 class BlowfishManager
          This class implements a simple Key Manager for Blowfish class from name
 class DesManager
          This class implements a simple Key Manager for DES class from name
 class DynamicKeyManager
          Can implements AES, ARCFOUR, Blowfish, DES, DESede, RC2, RC4

The time ratio are: RC4,ARCFOUR=1; AES,RC2=1,5; DES=2; Blowfish,DESede=4
AES is the best compromise in term of security and efficiency.
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.