ePages 7.0.0 - DE_EPAGES/ShopTransfer/API/DataEncryption.pm

Package DE_EPAGES::ShopTransfer::API::DataEncryption

Tools for decryption/encryption of exported data

@EXPORT_OK
DecryptShop
EncryptShop

Functions

DecryptShop
EncryptShop

DecryptShop

Decrypts exported shop bcp files

Syntax
DecryptShop($ShopAlias, $hOptions);
Input
$ShopAlias (string)
alias of shop
$hOptions (ref.hash)
options, keys: storeName,filePath,storePath,onlyfiles,onlydata,verbose,replace,encoding

EncryptShop

Encrypts transformed shop bcp files

Syntax
EncryptShop($ShopAlias, $NewShopAlias, $hOptions);
Input
$ShopAlias (string)
alias of shop
NewShopAlias (string)
new alias of shop
$hOptions (ref.hash)
options, keys: sourcePath,storePath,sourceStoreName,storeName,encoding