Decrypting AES-256 string from external system

Community Alums
Not applicable

Hi All,

 

I'm developing an integration with an external system. Some of the data that I need to import is AES-256 encrypted, it's encrypted using a salted passphrase (this passphrase will be shared with me). The system is MS .net based and uses the System.Security.Cryptography.AesCryptoServiceProvider library to perform the encryption.

 

I need develop a function (within a script include) that will take the encrypted data and the passphrase, and return the decrypted data. I've read about the Key Management Framework, but not sure if I need to use it in this context.

 

Has anyone got any experience with this? Any code samples/guidance would be appreciated!

 

Thanks,

 

Tim.

 

 

1 REPLY 1

Community Alums
Not applicable

I'm guessing this isn't a very common requirement, just bumping it to the top 😉