I'm making iphone app. I attempt to send to web(asp ) encrypted password string from app. I try to encrypt AES256 in app. And have to decrypt this in web(asp ).
I got source file to be able to encrypt using AES256. But I can't find the way to be able to decrypt in WEB(ASP...).
Can you tell me about the way to decrypt in WEB?