307
Views
3
Comments
Solved
Encrypt / Decrypt files in filesystem
Question

Hi,

I'm working with customer with very restrict security rules for store the business data. I'm using the component Crypt API to encrypt and decrypt text on the database and works fine.


Now, i need the same behavior for encrypt and decrypt pdf files on filesystems, because the binary aren't stored in database.

Exists any simple way to do it?


Thank you.

2016-04-21 20-09-55
J.
 
MVP
Solution

Hi,


1. you could zip it with an encrypted password

2. if that is not enough, encrypt the binary data


2024-04-02 13-23-43
Gonçalo Ferraria
Champion

J. wrote:

Hi,


1. you could zip it with an encrypted password

2. if that is not enough, encrypt the binary data




Hi,


The first solution isn't ideal, but can the the unique solution.

I'm try to encrypt the binary data using the expression:


I already replaced the function BinaryToBase64 by BinaryToText, but not works. I'm getting the error:Bad Length, when try to Encrypt, and i not understand why.


What is wrong in my expression?



2021-01-04 08-13-48
Toto
 
MVP

Hi,


You could create encryption on Integration Studio using c#.


Thanks

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.