4ed89f5 Python's crypt.crypt() takes str, not bytes

Authored and Committed by frantisekz 5 years ago
    Python's crypt.crypt() takes str, not bytes
    
    Bytes work in Python 2, but not in Python 3, str works in both