Changes in act.shared.encryption from v20.1 (Version 4.0.30319.42000)<br> to v21 (Version 4.0.30319.42000)

Changes in act.shared.encryption from v20.1 (Version 4.0.30319.42000)
to v21 (Version 4.0.30319.42000)

Removed Added
Act.Shared.Encryption BlowFish ()
n/a public class Act.Shared.Encryption.BlowFish
--> 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; }

TopSummary