PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → How to use DecryptStandard. If the message was encrypted by an external tool
How to use DecryptStandard. If the message was encrypted by an external tool
Iniciado por 100187997, 10,feb. 2021 10:33 - No hay respuesta
Publicado el 10,febrero 2021 - 10:33
hi,i need some help,i have stop here servaral days

I have a encrypted message from external tool, how to decrypt it?

EncodeAES is string = "jWmYm7qr5nMoAUwZRjGtBxmz3KA1tkAj3ykkR6q2B2C"
bufAES is buffer = Decode(strEncodeAES,encodeBASE64)

strMsgEncrypt is ANSI string = "RypEvHKD8QQKFhvQ6QleEB4J58tiPdvo+rtK1I9qca6aM/wvqnLSV5zEPeusUiX5L5X/0lWfrf0QADHHhGd3QczcdCUpj911L3vg3W/sYYvuJTs3TUUkSUXxaccAS0qhxchrRYt66wiSpGLYL42aM6A8dTT+6k4aSknmPj48kzJs8qLjvd4Xgpue06DOdnLxAUHzM6+kDZ+HMZfJYuR+LtwGc2hgf5gsijff0ekUNXZiqATP7PF5mZxZ3Izoun1s4zG4LUMnvw2r+KqCKIw+3IQH03v+BCA9nMELNqbSf6tiWSrXJB3LAVGUcallcrw8V2t9EL4EhzJWrQUax5wLVMNS0+rUPA3k22Ncx4XXZS9o0MBH27Bo6BpNelZpS+/uh9KsNlY6bHCmJU9p8g7m3fVKn28H3KDYA5Pl/T8Z1ptDAVe0lXdQ2YoyyH2uyPIGHBZZIs2pDBS8R07+qN+E7Q=="

bufAesMsg is buffer = Decode(strMsgEncrypt,encodeBASE64)

The AES way is AES256CBC

Have anyone can help me? thanks a lot!