Search the web
Sign In
New User? Sign Up
soapbuilders
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 9608 - 9640 of 10820   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9608
Question... If (1) WS-Security is used, and (2) the message body is super- encrypted, is there ANY need for digital signatures? Thx, -Matt Long Phalanx...
wmatthewlong
Offline Send Email
Dec 1, 2003
7:51 pm
9609
Hello, As some evil spammer is spamming half of taiwan using this alias as the from: field, it is off-line. Please use an alternate email address to contact...
steve_l@...
steve_loughran
Offline Send Email
Dec 1, 2003
8:13 pm
9610
... A digital siganture (at least public-key based) tells you two things: That content wasn't modified in transit Who the sender was -- the holder of the...
Rich Salz
rich_salz
Offline Send Email
Dec 1, 2003
9:15 pm
9611
Hi Rich, If it is modified in transit, would it not fail to decrypt from the receiver's pov. With the caveat that WS-Security is used to identity the sender...
wmatthewlong
Offline Send Email
Dec 1, 2003
9:38 pm
9613
... But if it's typical XML-Encryption, then anyone can create new fake content. Data is encrypted with a bulk key (3DES or AES), and that session key is...
Rich Salz
rich_salz
Offline Send Email
Dec 2, 2003
12:48 am
9614
I'm using Axis 1.1 to communicate with a .Net server that uses a custom header for passing authentication information. I've used WSDL2Java to create proxy...
p_alexander_harvey
p_alexander_...
Offline Send Email
Dec 2, 2003
2:33 pm
9615
Here's the scenario. (1) Sender generates an RC2 key-pair. (2) Sender encrypts the RC2 Key (not the IV) via RSA using the sender's RSA private key. (3) Sender...
mlong@...
wmatthewlong
Offline Send Email
Dec 2, 2003
3:12 pm
9616
Clever idea. Just because I haven't heard of it doesn't mean it's not known to real cryptographers, of course. :) One of the best lists for discussing this...
Rich Salz
rich_salz
Offline Send Email
Dec 3, 2003
2:14 am
9617
You need to ask on the axis mailing lists - http://ws.apache.org/axis/mail.html -- dims...
dims
Online Now Send Email
Dec 3, 2003
1:59 pm
9618
Hello all, I was referred to this group from a link on soaplite.com I'm wondering... does anybody use the built-in "Chat" feature included with this Yahoo!...
Christopher Parker
cparker15
Offline Send Email
Dec 3, 2003
3:13 pm
9619
... There is nothing wrong with the dsig, but it's overhead (and plenty of it). IMHO, the necessity for large and scaleable secure applications it great. I ...
mlong@...
wmatthewlong
Offline Send Email
Dec 3, 2003
3:53 pm
9620
In talking it over with a colleague here, we did find one weakness in your scheme. Once the recipient has unwrapped the outer part, and then unwrapped the...
Rich Salz
rich_salz
Offline Send Email
Dec 3, 2003
4:37 pm
9621
... You are correct, but sender-2-recipient is secured AFAIK, e.g., using SSL to send credit card info to a processor doesn't guarantee the processor isn't ...
mlong@...
wmatthewlong
Offline Send Email
Dec 3, 2003
6:12 pm
9622
... Since VISA is liable for any fraud if they publish your ccard number, there is strong incentive for them to not do that kind of thing. Similarly, there are...
Rich Salz
rich_salz
Offline Send Email
Dec 3, 2003
6:21 pm
9623
... Isn't the security equally as strong as sending CC info over SSL, or not? -Matt...
mlong@...
wmatthewlong
Offline Send Email
Dec 3, 2003
6:58 pm
9624
... Yes; the weaknesses are pretty much the same: with a symmetric key either side can forge content. But for Ccards over the web, the out-of-band framework...
Rich Salz
rich_salz
Offline Send Email
Dec 3, 2003
7:10 pm
9626
... Hmmm...under my scenario the content can be duplicated, but not altered. Because the receiver does not have the private key of the sender, i.e., the ...
mlong@...
wmatthewlong
Offline Send Email
Dec 4, 2003
3:39 pm
9627
... Perhaps I don't understand. I was talking about re-using the cipher to create a modified message. The adversary (compromised recipient) doesn't need to...
Rich Salz
rich_salz
Offline Send Email
Dec 4, 2003
4:01 pm
9628
Allow me to try this will a little pseudo-math. Encryption for Sender: SymmetricKey1 = TripleDES(IV1,Key1) CipherValue1 = Encrypt[TripleDES(MyMessage)] ...
mlong@...
wmatthewlong
Offline Send Email
Dec 4, 2003
5:41 pm
9629
Good -- a common notation. :) Now, a compromised receiver does the following. First, get the keys: Key2 = RSA_Decrypt[OuterEncryptedKey] [using receiver's RSA...
Rich Salz
rich_salz
Offline Send Email
Dec 4, 2003
6:31 pm
9630
... But BadCipher1 now has RSA_Encrypt(Key1) from the receiver and not the original sender, because the receiver never had access to the sender's RSA private...
mlong@...
wmatthewlong
Offline Send Email
Dec 4, 2003
7:56 pm
9631
... No, use the original encrypted Key1. ... Right, but there's no proof of what content the sender provided. More precisely, the proof is "who generated...
Rich Salz
rich_salz
Offline Send Email
Dec 4, 2003
8:09 pm
9632
... Thanks, I'm clear now. Receiver decrypts both wrappers then reuses RSA_Encrypted(Key) for the outbound traffic. Now, my trusted intermediary/trust-broker...
mlong@...
wmatthewlong
Offline Send Email
Dec 4, 2003
9:28 pm
9633
...up, everyone? I've been looking through the message archives here, and have noticed that about half of the questions/messages posted on this list never get...
Christopher Parker
cparker15
Offline Send Email
Dec 4, 2003
9:46 pm
9634
This list is targeted at people building SOAP toolkits to cover spec issues, cross toolkit interop issues etc., not for people bulding applications that use...
Simon Fell
simonfell99
Online Now Send Email
Dec 4, 2003
9:57 pm
9635
Hm. This is your second posting. It's a complaint, basically, that you didn't get any responses to your general question posted less than 36 hours before. ...
Rich Salz
rich_salz
Offline Send Email
Dec 5, 2003
2:51 am
9636
A simpler fix is for the sender to do SHA1(message), and then encrypt (key1+digest) with their private key. That's simpler because it's a classic digital...
Rich Salz
rich_salz
Offline Send Email
Dec 5, 2003
4:37 am
9637
*** Soap Client (windows) $client = new soapclient('http://200.230.16.15/soap/server001.php? wsdl','wsdl'); $proxy = $client->getProxy(); $resultado =...
sandroonline
Offline Send Email
Dec 5, 2003
11:43 am
9638
... This list is targeted at people building SOAP toolkits to cover spec issues, cross toolkit interop issues etc., not for people bulding applications that...
Christopher Parker
cparker15
Offline Send Email
Dec 5, 2003
3:16 pm
9640
Hi gurus, I hope I am sending this query to the right group. I have been facing a problem with signing soap attachments. My intension is to create an envelope...
GANDHIRAJAN,AYYAPPAN ...
g_ayyapparaj
Offline Send Email
Dec 8, 2003
6:45 am
Messages 9608 - 9640 of 10820   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help