6
Encryption Toolkit Bethany Rababy And Keith Krehely

Encryption Toolkit

Embed Size (px)

DESCRIPTION

Encryption Toolkit. Bethany Rababy And Keith Krehely. Certificates. Tutorial, Securing Web Services Create and Install X509 Certificate http://vsadev3.cs.virginia.edu:8182/certsrv/ Give ASPNET permission to access your certificate. Publish the Public key to the LDAP server. - PowerPoint PPT Presentation

Citation preview

Page 1: Encryption Toolkit

Encryption Toolkit

Bethany RababyAnd

Keith Krehely

Page 2: Encryption Toolkit

Certificates

• Tutorial, Securing Web Services

• Create and Install X509 Certificate http://vsadev3.cs.virginia.edu:8182/certsrv/

• Give ASPNET permission to access your certificate.

• Publish the Public key to the LDAP server.

Page 3: Encryption Toolkit

Adding WSE to the server

• In every project that will be using the certificates needs to have:– WSE Settings turned on– Select the private key the server will

use for token issuing– Select ‘Auto Issue Security Context

Token’– Add 2 DLL’s to your project– Add ‘using Trust551;’ and server code

Page 4: Encryption Toolkit

Adding WSE to the client

• Enable WSE settings• Enable Message Tracing so that you

can see the encryption toolkit actually working.

• Add the following:– 2 DLL’s into directory– ‘using Trust551;’ in the library– CodePlease note that WSE will already be in the

live code, but you’ll still have to do the Certificates

Page 5: Encryption Toolkit

Demonstration

Page 6: Encryption Toolkit

Special Thanks to Jim for helping us out on so many occasions!!