PHP 5.6 Script to PGP Encrypt/Decrypt CSV Files using keys
Budget: ₹2,000 – ₹10,000 INR
Please apply only if you have worked on this type of script, also start your bid by saying "PHP PGP" so I know you read it all.
Encrypt.php:
$LocalFilePath='CSV File path to encrypt';
$EnryptKeyFile='File to Public Key File';
------------- Your Code here ------------------
$PgpFilePath='Encrypted PGP File Path';
---------------------------------------------------------------------------------------------------
Decrypt.php:
$LocalPGPFilePath='PGP Encrypted File Path';
$DecryptKeyFile='File to Public/Private Key File';
------------- Your Code here ------------------
$CSVOutPutPath='Decrypted File Path';
Encrypt.php:
$LocalFilePath='CSV File path to encrypt';
$EnryptKeyFile='File to Public Key File';
------------- Your Code here ------------------
$PgpFilePath='Encrypted PGP File Path';
---------------------------------------------------------------------------------------------------
Decrypt.php:
$LocalPGPFilePath='PGP Encrypted File Path';
$DecryptKeyFile='File to Public/Private Key File';
------------- Your Code here ------------------
$CSVOutPutPath='Decrypted File Path';