R
Random
I am trying to implement a secure Web Service using signatures, tokens, and
encrypted data WITHOUT the use of security certificates or SSL. It's a
budget thing. The Web Service has to be accessible from a variety of
platforms, so the cryptographic scheme that I use cannot be .NET specific as
I am being led to beleive WSE2 requires. Any hints/ideas?
encrypted data WITHOUT the use of security certificates or SSL. It's a
budget thing. The Web Service has to be accessible from a variety of
platforms, so the cryptographic scheme that I use cannot be .NET specific as
I am being led to beleive WSE2 requires. Any hints/ideas?