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

Remove specified default from all crypto *.Create methods. #40

Open kellyethridge opened 4 years ago

kellyethridge commented 4 years ago

Currently all crypto *.Create methods specify an algorithm implementation such as CorLib.MD5. These should be simply empty strings. This allows the method to internally decide what default implementation to use without need to break future compatibility.

Also, CorLib.* hash names should have been kept as VBCorLib.* names. Consider renaming them.