Generating MD5
kfrancis25
Posts: 6 Bronze 1
Is it possible to generate an MD5 hash of another column? It looks like I could use something like:
import hashlib hashlib.md5("row column value".encode('utf-8')).hexdigest()
Comments
prepend file with:
import sys
sys.path.append(r'C:\Program Files (x86)\IronPython 2.7\Lib')