DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: Implement encryption between apps ser - 9i

  1. #1
    Join Date
    Oct 2002
    Location
    CA
    Posts
    67

    Implement encryption between apps ser - 9i

    Hi There,

    We like to implement encryption between our 9i release 1 application server to our 9i database at a different location.

    Have anyone had experience in this similiar setup? Any suggestions will be helpful. Thanks

    I have tried to setup sqlnet.ora as below but the test results were not consistent.

    # SQLNET.ORA Network Configuration File: F:\ORA92NEW\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.

    NAMES.DEFAULT_DOMAIN = calstate.edu

    SQLNET.AUTHENTICATION_SERVICES= (NTS)

    NAMES.DIRECTORY_PATH= (TNSNAMES)

    sqlnet.encryption_type_server = (RC4_40)
    sqlnet.encryption_server = REQUIRED
    sqlnet.crypto_seed="akeifkaiapqkiajdkvnbaldkarewoidakjasjcls"

    trace_level_server=16
    trace_file_server=c:\temp\mytrace.trc
    --------------------------------------
    It's not what the world does to you that matters. It's how you respond...

  2. #2
    Join Date
    Nov 2002
    Location
    Geneva Switzerland
    Posts
    3,142
    In the sqlnet.ora you will need *_client parameters on the "client" side that match the *_server values, plus some seed value. You'll need to check the doc to see which encryption types are supported for your version.

    At the moment I can't think of anything else . . . .

  3. #3
    Join Date
    Aug 2002
    Location
    Atlanta
    Posts
    1,187
    is not advanced securition option (aso) required?

    are u trying to force https?

    steve
    I'm stmontgo and I approve of this message

  4. #4
    Join Date
    Nov 2002
    Location
    Geneva Switzerland
    Posts
    3,142
    Originally posted by stmontgo
    is not advanced securition option (aso) required?
    That would appear to be so.

    Looks like we can all use 256-bit encryption these days:
    http://download-west.oracle.com/docs...3/asoconfg.htm

    Don't forget that if you run a client-type application on the server, then the server's sqlnet.ora will need *_client parameters too.

    Another trick (at least in 8.1.7) is that if the server has encryption parameters, EVEN IF IT SPECIFIES REJECTED, then all the clients need them too.

  5. #5
    Join Date
    Aug 2002
    Location
    Atlanta
    Posts
    1,187
    Originally posted by DaPi
    That would appear to be so.

    Looks like we can all use 256-bit encryption these days:
    http://download-west.oracle.com/docs...3/asoconfg.htm

    Don't forget that if you run a client-type application on the server, then the server's sqlnet.ora will need *_client parameters too.

    Another trick (at least in 8.1.7) is that if the server has encryption parameters, EVEN IF IT SPECIFIES REJECTED, then all the clients need them too.
    better pony up, don't despair though, only 10 large a processor, wait til end of quarter to cut your best deal
    I'm stmontgo and I approve of this message

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