Implementing RSA Encryption in VB.net for Secure Post Requests

Project Overview

The client required a simple yet efficient solution to handle encryption and decryption using the RSA method in VB.net. Their primary objective was to safely send encrypted values via POST requests. The required form structure involved sending encrypted values of both the amount and order ID. While the client provided a functional blueprint of this operation in both PHP and Java, their focus was to seamlessly integrate this in a VB.net environment.

Project Details

Objective

Replicate the functionality of PHP and Java samples to achieve RSA encryption and decryption in VB.net for secure POST requests.

Key Features

  • RSA Encryption & Decryption: Developed easy-to-use functions for RSA encryption and decryption in VB.net.
  • Form Integration: Seamlessly incorporated encrypted values into the POST request, ensuring the encrypted 'amount' and 'orderId' were accurately passed.
  • Sample Review: Analyzed the provided PHP and Java samples to understand the desired outcome and replicated the same in VB.net.
  • Data Security: Ensured that data passed through the form, especially sensitive information like amounts and order IDs, remained secure throughout.

Technologies Used

  • Programming Language: VB.net
  • Other Tools: RSA Encryption