Forum Discussion
2 Replies
- Jasper175Frequent ContributorI think we would need more info - but I have to do this also, however I know what the encryption is.
I use JDBC step where I get the actual encrypted password made from "Test123". Therefore I always know that {SHA-256-1}NBcwgbRlieKVLSOO0eUuftbiIavrNudRoTt+A= means "Test123"
There is no way you'll be able to validate encryption w/out the ability to know the actual string value or with de-crypting ability.
But i'm no expert but figured I'd reply. - nmraoCommunity HeroIf you know the details how the data is encrypted, then you would be able to depcrypt it.
What you may need to know is like what algorithm used(for instance, SHA, RSA, MD5 etc), is there any key used while encryption. I believe, your service provide should be able to help you in this reagard.