Simple Typescript/React OpenSSL Decryption Project
Budget: $10 – $30 USD
In my original project, I base_64 encoded the url using PHP and then the encoded string was grabbed from the url and then decoded in the checkout.tsx file, where the decoded token string was referenced in both checkout.tsx and makeTransaction.ts afterwards.
Take a look at the following article (Example 1):
https://www.geeksforgeeks.org/how-to-encrypt-and-decrypt-a-php-string
Instead of base_64 encoding the url, I'd like to encrypt the url using OpenSSL (as in Example 1 php code from the above article) and then decrypt the url string for use in the checkout.tsx and makeTransaction.ts files.
You can use the final versions of both files you sent me earlier where the checkout.tsx file exists (handles both normal/encrypted url strings) and there is no separate _checkout directory.
Thanks!
Take a look at the following article (Example 1):
https://www.geeksforgeeks.org/how-to-encrypt-and-decrypt-a-php-string
Instead of base_64 encoding the url, I'd like to encrypt the url using OpenSSL (as in Example 1 php code from the above article) and then decrypt the url string for use in the checkout.tsx and makeTransaction.ts files.
You can use the final versions of both files you sent me earlier where the checkout.tsx file exists (handles both normal/encrypted url strings) and there is no separate _checkout directory.
Thanks!