Results 1 to 3 of 3

Thread: Encrypting DB2

  1. #1
    Junior Member
    Join Date
    Jul 2004
    Posts
    2

    Encrypting DB2

    Dear All;
    I wish to get a package or open source code that enable me to encode the data exist in the DB2 tables.

  2. #2
    Senior Member
    Join Date
    Mar 2003
    Posts
    452
    What are you using to put the data in the database? PHP? ASP? Something else? Most of the time, the programming language that you use will be able to perform some type of encryption. So, for example, in PHP if you don't want plain text passwords, you could use the md5 function to give you a long string, this string is only a one way hash, so when the user enters his password on your site, you'd md5 it again and see if the string matches. In this manner, you can keep sensitive data store in your db, without having to put the load on the db itself.

    Hope the info helps.


    --PuRe www.pureehosting.com
    Like this post? Visit PuRe\'s Information Technology Community. We\'ve also got some kick ass Technology Forums. Shop for books and dvds on LiveWebShop.com

  3. #3
    Senior Member
    Join Date
    Apr 2004
    Posts
    1,130
    since DB2 is plaguing all platforms (there is palm version), please tell us from which platform. IBM is trying to "standardize" DB2 on all platforms but its version dependent. Ahn, tell the version that u trying to.
    In some platforms, DB2 already has encription capabilities on:
    a) connection - secure connections
    b) column lvl encription
    Meu sítio

    FORMAT C: Yes ...Yes??? ...Nooooo!!! ^C ^C ^C ^C ^C
    If I die before I sleep, I pray the Lord my soul to encrypt.
    If I die before I wake, I pray the Lord my soul to brake.

Posting Permissions

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