I am using one report (can switch to XMLPort if needed) to export the data in csv format. The exported data should be in encrypted format which can not be read / edited by people. The data exporting is bank details which has to be decrypted while uploading to the Bank web.
NAV version : 2013
SQL version : 2012
0
Answers
https://gallery.technet.microsoft.com/scriptcenter/PowerShell-Encryption-45709b87
To verify the integrity of the file:
https://gallery.technet.microsoft.com/PowerShell-File-Checksum-e57dcd67
1) Type : RSA
2) Size : 4096/4096 or 2048/2048
3) Expiry Date : Required (Recommended life 3 years)
4) Ciphers Allowed : AES , AES256 (Preferred: AES)
5) Mode : ASCII mode or Binary mode
https://www.openssl.org/
To install it on a Windows OS you can use this tool:
http://slproweb.com/products/Win32OpenSSL.html