diff --git a/src/utils/ApacheMd5.ts b/src/utils/ApacheMd5.ts index 75b71f3..c2bf678 100644 --- a/src/utils/ApacheMd5.ts +++ b/src/utils/ApacheMd5.ts @@ -1,3 +1,6 @@ +// TypeScript version of https://github.com/http-auth/apache-md5 +// Project is licensed under MIT. https://github.com/http-auth/apache-md5/blob/master/LICENSE + // Crypto module import. const crypto = require('crypto')