jQWidgets Forums

jQuery UI Widgets Forums Grid Data Decryption

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 10 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Data Decryption #69200

    Develop101
    Participant

    Hi,
    Not sure if this is possible.

    I have a JSON file that is locally created, via a separate application and cannot be placed on the local disk unencrypted so therefore I need to try and decrypt the file on the fly. The information is also held in the database encrypted so direct connection is also out of the question unless I can connect to an Access Database and decrypt that on the fly into a jqxGrid.

    The JSON file contains confidential information and company policy states that no information like this must be stored locally without being encrypted. Only the confidential parts of the JSON file are encrypted, so I need to decrypt the fields as they come into the grid.

    Can I do this as I render the data to the grid?

    Cheers
    TCR Nottingham

    Data Decryption #69221

    Dimitar
    Participant

    Hi TCR Nottingham,

    I think it may be possible to load the encrypted data through jqxDataAdapter and in its beforeLoadComplete callback function decrypt the data and return it to be loaded by the grid. You can read more about beforeLoadComplete in the data adapter help topic.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.