kellyethridge / VBCorLib

The VBCorLib framework brings many of the powerful .NET classes to VB6.
http://www.kellyethridge.com/vbcorlib/
MIT License
112 stars 28 forks source link

Validate 'cb' parameter in Rfc2898DeriveBytes.GetBytes #49

Closed kellyethridge closed 3 years ago

kellyethridge commented 4 years ago

The cb parameter should be validated to ensure it is greater than zero.