--> NONE <--
|
- Constructor: public BlowFish (byte[] cipherKey)
- Constructor: public BlowFish (string hexKey)
- Method: public byte[] Decrypt_CBC (byte[] ct)
- Method: public string Decrypt_CBC (string ct)
- Method: public byte[] Decrypt_ECB (byte[] ct)
- Method: public string Decrypt_ECB (string ct)
- Method: public byte[] Encrypt_CBC (byte[] pt)
- Method: public string Encrypt_CBC (string pt)
- Method: public byte[] Encrypt_ECB (byte[] pt)
- Method: public string Encrypt_ECB (string pt)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public byte[] SetRandomIV ()
- Method (i): public virtual string ToString ()
- Property: Byte[] IV { public get; public set; }
- Property: bool NonStandard { public get; public set; }
|