Decrypting AES-256 string from external system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2025 01:19 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2025 08:48 AM
I'm guessing this isn't a very common requirement, just bumping it to the top 😉