2

anyone out there who has used Chilkat C# Crypt2 library? How does it compare with the .NET framework encryption library? Any pros/cons?

Joel Beckham
  • 18,254
  • 3
  • 35
  • 58
Julius A
  • 38,062
  • 26
  • 74
  • 96

1 Answers1

1

I'd kill for public string CryptAlgorithm {get; set; } (here) because of

Selects the encryption algorithm for encrypting and decrypting. Possible values are: "pki", "aes", "rijndael", "blowfish", "blowfish2", "des", "3des", "rc2", "arc4", "twofish", "pbes1" and "pbes2".

Personally, I'm more than sure that this is a god-like-object (which includes compression, encryption, encoding).

Craig McQueen
  • 41,871
  • 30
  • 130
  • 181
Anton Gogolev
  • 113,561
  • 39
  • 200
  • 288
  • Your god-like object includes both "aes", "rijndael" as algorithms. Also believes "pki, "pbes1" and "pbes2"are algorithms. You know what God says, "gotta have faith!" – 8vtwo Mar 31 '21 at 16:40