Description
A Gambas component that provides MD5 and DES crypt-style functions for programs that need compatibility with older hashing or password formats. It is mainly useful for maintaining legacy workflows.
Use it carefully because MD5 and DES are not suitable for new security designs. New applications should prefer modern password hashing and cryptographic libraries.