66
Views
1
Comments
[CryptoAPI] How to decrypt/Encrypt the file encrypted through Crypto API AES 256 method
Question
cryptoapi
Service icon
Forge asset by João Barata
Application Type
Service

I have a standalone location where need to decrypt/Encrypt file which has been coming in encrypted format and we need to decrypt it, using a custom tool developed in .Net using C#, below are the technical details of the tool:


  1. Converting the cipher text to byte[] using FromBase64String.
  2. Using AES class to decrypt.
  3. Rfc2898DeriveBytes class is used with custom salt.
  4. Assigning encryptor Key and IV from Rfc2898DeriveBytes object.
  5. Writing the CryptoStream based on above key, salt and initialization vector.

Please help us to identify what is additional needed from our side.

2024-10-12 12-11-20
Kerollos Adel
Champion

Ajay Shrivastava 

hallo @Ajay Shrivastava  , 

i think you can find your need in the demo you can download it and also i attach it here 



CryptoAPI-2.2.2_O11 - Demo.oap
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.