All topics

Cryptography

38 articles tagged Cryptography.

XML Digital Signature (an Example)

  • Digital Signatures
  • Security Architecture
  • XML

In the last post, we looked at the steps involved in generating a digital signature using the XML Digital Signature spec. The algorithm to produce a signature and validate it were explored but no examples were given. In this post, we’ll look at an example that is given in the XML Digital Signature…

Read article: XML Digital Signature (an Example)

XML Digital Signatures

  • Authentication
  • Digital Signatures
  • PKI

The XML DSig specification is used to provide digital signature functionality to XML Documents. It is is used by numerous other specs such as WS-Security and SAML2. This blog entry will describe how digital signatures work with an X509 private/public key pair.

Read article: XML Digital Signatures

JBoss World 2012 Session–Trusted Security with JBoss Enterprise Application Platform

  • JAAS
  • JBoss
  • Speaking

It’s been a few weeks since I have posted any updates. I started a new project at the beginning of June; it always takes a few weeks to get up to speed on an extended project. Integrating the IBM Tivoli Security stack and JBoss EAP was the subject of my JBoss World 2012 presentation.

Read article: JBoss World 2012 Session–Trusted Security with JBoss Enterprise Application Platform

DataPower Appliances & HSMs

  • DataPower
  • HSMs
  • Key Management

I’ve been in a couple of shops that have used the HSM module option of DataPower for FIPS 140-2 v2 or v3 compliance. An HSM is a Hardware Security Module. My understanding is that there is a short list of IBM customers that are using this technology. I thought collecting all the information and…

Read article: DataPower Appliances & HSMs

Symmetric Keys—Addendum

  • AES
  • DataPower
  • Key Management

A couple of weeks ago I wrote a brief post about how to generate symmetric keys that can be used with DataPower. It demonstrates how to generate shared keys of various lengths using the Unix dd command. Today, someone asked how a shared key (or symmetric key) can be generated using the openssl…

Read article: Symmetric Keys—Addendum

Generating and Uploading a Shared Key (Symmetric Key) to DataPower Appliances

  • AES
  • DataPower
  • Key Management

DataPower does not seem to provide a tool to generate a Shared Key that can be used with 3DES or AES algorithms. DataPower does provide a tool for generating X509 private keys, certificate requests, and self-signed certificates-in the Crypto Tools section-but we are concerned with Shared Keys…

Read article: Generating and Uploading a Shared Key (Symmetric Key) to DataPower Appliances