Search the web
Sign In
New User? Sign Up
LibTom
? 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 251 - 281 of 2599   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
251
So far I've got quite a bit in there... - bit buffer - Move to front - Elias Gamma Coding - Probability Modeller - Arithmetic Coder - Blocksort transform I've...
Tom St Denis
tomstdenis
Offline Send Email
Jul 5, 2004
3:45 pm
253
That previous LibTom email was a spam from someone who took the time to sign up then send the email.... wow... that's pretty obnoxious. I've banned that userID...
Tom St Denis
tomstdenis
Offline Send Email
Jul 11, 2004
11:01 am
254
The ltc.org site is a tad "slow" for uploading [I'll have to talk with Dan about it]. Right now I'm sittin on LTZ v0.01 and LTN v0.06 waiting to upload them. ...
Tom St Denis
tomstdenis
Offline Send Email
Jul 19, 2004
11:24 am
255
Just FYI all 16 configs of Twofish build and execute fine. I never really tested it this thoroughly before [mm... I mean I did... ;-)]. Basically I took the...
Tom St Denis
tomstdenis
Offline Send Email
Jul 19, 2004
10:42 pm
256
Folks First of all excellent work on libtomcrypt. I am using parts of the libtomcrypt code in a group communication setting in the openais project (see...
stevendake
Offline Send Email
Jul 20, 2004
12:53 am
257
... Thanks. ... developer.osdl.org/dev/openais). ... Spiffy. User #20 on the website ;-) muahahahaha ... distribute ... key ... message ... Why not twist this...
Tom St Denis
tomstdenis
Offline Send Email
Jul 20, 2004
1:30 am
258
Tom Thanks for your response. I have a couple questions inline... ... Then to decrypt, I would use PKCS #5 Algorithm #2 to regenerate with K and the salt...
Steven Dake
stevendake
Offline Send Email
Jul 20, 2004
6:34 am
259
I noticed there is an apparent bug in the pkcs_5_2.c code which results in a segmentation fault relating to the performance tests I tried in the last message I...
Steven Dake
stevendake
Offline Send Email
Jul 20, 2004
7:51 am
260
... results ... in the ... to the ... buf[0] ... also ... zeromem. ... Yup. Admitedly I didn't actually test the function [I'm trying to find test vectors...
Tom St Denis
tomstdenis
Offline Send Email
Jul 20, 2004
10:20 am
261
... with K ... keys? ... the ... then ... true? ... Basically yeah. I was under the impressions the various messages were disjoint. If there is a correlation...
Tom St Denis
tomstdenis
Offline Send Email
Jul 20, 2004
10:31 am
262
Hi, marc4 is simply arc4 (rc4) that is modified to discard the first 256 bytes of the keystream as a workaround to the only known weakness in rc4/arc4. Having...
altecrtcw
Offline Send Email
Jul 20, 2004
11:07 pm
263
... I'm going to write a simple test script in ruby to compare the output of crypto++ 5.2 and libtomcrypt 0.97a+ (patched with pkcs_5_2.c fix) of the...
altecrtcw
Offline Send Email
Jul 20, 2004
11:20 pm
264
... While I agree with the philosophy of marc4 (my own "arrsyfor" implementation does exactly that) I have to dispute that this is the only known weakness of...
Greg Rose
ggr@...
Send Email
Jul 21, 2004
12:46 am
265
... 256 ... in ... I don't see why you can't just use the existing code and just dump 256 bytes to a buffer? Note that I only really included RC4 to be used as...
Tom St Denis
tomstdenis
Offline Send Email
Jul 21, 2004
1:59 am
266
... output ... fix) ... Would be neato to see. Though PKCS #5 uses a "PRF". I chose HMAC for that purposes. Crypto++ may choose another... Tom...
Tom St Denis
tomstdenis
Offline Send Email
Jul 21, 2004
1:59 am
267
... I'm still trying to get past the seg fault issue. The patch didn't work for me. I'm double-checking now to see if I messed up such a simple thing. My...
altecrtcw
Offline Send Email
Jul 21, 2004
2:07 am
268
... pkcs_5_2.c ... HMAC ... didn't ... I'll add that to the list of things to do tommmorow [which also include re-write a paper, start a seminar, remove...
Tom St Denis
tomstdenis
Offline Send Email
Jul 21, 2004
2:11 am
269
... [snip] Thanks Steve, your patch help resolve the seg fault. Here's another patch which I just added (it includes yours). It makes the cipher_key output of...
Richard Amacker
ramacker
Offline Send Email
Jul 21, 2004
5:11 am
270
Thanks for the patches. They'll appear in v0.98. Tom ... results ... tried in the ... to the ... buf[0] ... also ... zeromem. ... makes ... by ... match. ... ...
Tom St Denis
tomstdenis
Offline Send Email
Jul 21, 2004
11:34 am
271
I recently got a copy of Practical Cryptography and am reading through Fortuna. I like the the design mostly because I like how it overcomes various ...
Tom St Denis
tomstdenis
Offline Send Email
Jul 22, 2004
2:44 am
272
... only ... Did you discover a bias in rc4 that cannot be eliminated by discarding some of the initial bytes? I was under the impression that getting rid of...
Richard Amacker
ramacker
Offline Send Email
Jul 22, 2004
5:33 am
273
It would be great if you added one or more of these modern stream ciphers as an alternative to rc4. Not sure if you want to make them part of a new category...
Richard Amacker
ramacker
Offline Send Email
Jul 22, 2004
10:35 am
274
... them ... Not a recognized standard. ... Maybe, I'd have to read more about it. Do you have any URLs to the papers handy? ... the ... as rc4. All of these...
Tom St Denis
tomstdenis
Offline Send Email
Jul 22, 2004
11:06 am
275
... Yes and no. The existence of two completely different biases was discovered by Fluhrer & McGrew, and Golic', respectively, not me. I have also ...
Greg Rose
ggr@...
Send Email
Jul 22, 2004
1:19 pm
276
... AES-CTR and AES-CFB are simply too slow for certain applications. Fast stream ciphers (even unproven ones) would be useful in scenarios where speed is more...
Richard Amacker
ramacker
Offline Send Email
Jul 22, 2004
1:39 pm
277
... discovered ... using ... structure ... newsgroup, if ... references. ... recovery ... biases. ... even agree ... ciphers are ... Greg, Thanks for the info....
Richard Amacker
ramacker
Offline Send Email
Jul 22, 2004
1:44 pm
278
... Well let's go through your list. ISAAC lacks peer review. SEAL has patents. SCREAM is not recommended for use [EVEN BY THE AUTHORS!], HELIX is too new. ...
Tom St Denis
tomstdenis
Offline Send Email
Jul 22, 2004
1:53 pm
279
Hi, ... [Richard] ... DES? Yes, seriously. You're talking about an environment where you only need to protect data for the tiniest amount of time. There...
Trevor Davel
TrevorD@...
Send Email
Jul 22, 2004
2:03 pm
280
... As it's principal designer, I think it's great! But seriously, except for a glitch when you use maximum-length keys and IVs simultaneously, it is holding...
Greg Rose
ggr@...
Send Email
Jul 22, 2004
2:09 pm
281
... It's too ... evolution of an ... analysed and ... RC4, uses ... talking ... and ... Hehehe, ok I'll take a look at it. Right now I got "a bit" piled up....
Tom St Denis
tomstdenis
Offline Send Email
Jul 22, 2004
2:18 pm
Messages 251 - 281 of 2599   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