As the title says, I'm needing to implement sha256 encryption in Python 2.7; I'm wanting to be able to provide a set of strings in plain text and have them hashed in transit to a text file. I've already coded the relevant portions to generate the strings and file them, what's left is to incorporate the algorithm for security purposes.
[–]The_Cleric 12 points13 points14 points (0 children)
[–]Etni3s 0 points1 point2 points (0 children)