How would I SHA256 encrypt each line in a csv file in Windows?
It's a simple csv file of email addresses and I want that converted to SHA256 hashes, not the clear text emails.
macOS/Linux is my home OS, so I'm a little lost to know if this is possible on Windows?