diff --git a/src/gam.py b/src/gam.py index d678fb67..9a7d35fe 100755 --- a/src/gam.py +++ b/src/gam.py @@ -1522,7 +1522,7 @@ def gen_sha512_hash(password): if platform.system() == 'Windows': return sha512_crypt.hash(password, rounds=5000) else: - return crypt.crypt(password) + return crypt(password) def printShowDelegates(users, csvFormat): if csvFormat: