String

  • Returns a localized string with empty comment.

  • Returns a localized string using a given format a template.

Hash

  • DJB Hash function

    Warning

    Keep in mind that DJB hash function is not designed to be collision-resistant, it’s not considered to be a secure hash function and should not be used for cryptographic purposes. If collision resistance is important for your use case, then you should use a cryptographic hash function like SHA-256.