Did you know ... | Search Documentation: |
Predicate http_digest_password_hash/4 |
:- use_module(library(http/http_digest)).
<user>:<realm>:<password>.
The inexpensive MD5 algorithm makes the hash sensitive to brute force attacks while the lack of seeding make the hashes sensitive for rainbow table attacks, although the value is somewhat limited because the realm and user are part of the hash.