🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How to encrypt specific attributes

User: "Satoshi_Kitajim"
New Altair Community Member
Updated by Jocelyn
I have a question about data encryption. We analyze personal information data, but we would like to encrypt all ID attributes. If you only know the ID, you can link it to various data. High security environment is required in our project.
We would like to encrypt the ID key once, then share to some analyst, and only the administrator can decrypt it.
Do you have those features?

I found the following extension but it doesn't seem to be supported in the latest version.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "BalazsBaranyRM"
    New Altair Community Member
    Accepted Answer
    Hi,

    without the cryptography extension you could use the following approach:

    - Generate an additional ID column for your data using the Generate Id operator. Check if there is a correlation between the generated and the original IDs. If yes, shuffle the data first before generating the ID.

    - Save the example set with the original IDs and the generated IDs for your administrator (e. g. in a CSV file).

    - Give the data to the analyst without original IDs

    - Join back the results with the original ID.

    Regards,

    Balázs