I am encoding NSString input using the following code (CC_SHA256). Could someone help me retrieving in decoded format using the same logic?
-(NSString*) enco
You can't SHA is a hashing algoritm, not ment to be decoded.
Like Jonathan Grynspan said, if you could decode sha (any version) would defeat the purpose of such an algorithm.