CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2009
    Posts
    5

    Secured back end [Encryption/Decryption]

    Hi all,
    I am developing a small software which search from a database and display a result.
    There will be two columns product ID and Product Year. when the user enters if the year will be retrieved.
    Now I need to give the data with the installation package. My problem is , I dont want the user to see the data and I want to make the data secured.

    Can you help me explaining which Data Back end is suitable like CSV,XML or EXCEL?
    If its a Encryption/ Decryption then I have this problem
    do I have to decrypt the file each and every time when the users wants to search?

    please help me with a solution

  2. #2
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    Re: Secured back end [Encryption/Decryption]

    You can use a database which is capable of encrypting the content. MS Access could be the easiest and lighweight solution if you need only limited functionality.
    • Make it run.
    • Make it right.
    • Make it fast.

    Don't hesitate to rate my post.

  3. #3
    Join Date
    Nov 2009
    Posts
    5

    Re: Secured back end [Encryption/Decryption]

    HI I have only one functionality to be more precise..
    One input and one output..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured