Sha256 Script

Hey folks,
Looking to do a hash sha256 of a text field in a step.

Any pointers?

Thanks,
Jim

sha256hex = org.apache.commons.codec.digest.DigestUtils.sha256Hex(yourString);

This is a solution.

Hi,

have a look at - http://www.jasypt.org/

Simply the easiest way of en/de-crypting data!

Disclosure: I like it, I’m not part of it.

I found it two days ago and have now done all my text and property files in less than a day.

Works with Groovy and java 1.7.x that I’ve tested.

regards
Seán