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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 340 - 369 of 2599   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
340
I suggest y'all take a gander at the http://libtomcrypt.org website now ;-) I'm sprucing it up a little. Trying to get "a little" political. Tom...
Tom St Denis
tomstdenis
Offline Send Email
Aug 3, 2004
2:34 pm
341
thanks for all your support, I have managed to make LTC lib to communicate with BouncyCastle crytographic system in Java. In stead of modifying LTC source...
zhi9112003
Offline Send Email
Aug 3, 2004
10:06 pm
342
... Tom ... That's one solution. Ideally some form of PKCS #1 key format would be more ideal. Right now I have no inclination to write one myself. For the...
Tom St Denis
tomstdenis
Offline Send Email
Aug 4, 2004
3:45 am
343
As a result of my first phase profiling of the LTC functions (rsa_encrypt_key() and rsa_decrypt_key()) consumes about 500 malloc () calls. Has anyone done any...
zhi9112003
Offline Send Email
Aug 4, 2004
10:47 pm
344
Tom St Denis wrote: or the record the methods I endorse myself for interoperation are ... It needn't even be code. A published struct per key type would...
bert hubert
bert@...
Send Email
Aug 5, 2004
12:04 pm
345
... Sure you want to do that? It is generally considered prudent to separate code from opinion. While I'm no lover of patents it helps nobody to proudly point...
bert hubert
bert@...
Send Email
Aug 5, 2004
1:37 pm
346
... website ... separate ... Why? My code *is* my opinion. ... which ... celebre ... First, I doubt they will sue [in this case "They" is mostly RSA and ...
Tom St Denis
tomstdenis
Offline Send Email
Aug 5, 2004
2:07 pm
347
I tuned down the website. Doesn't mean I like any of you GRMF just that I can't possibly offend anyone. I mean afterall I owe LibTomCrap to you people. I...
Tom St Denis
tomstdenis
Offline Send Email
Aug 5, 2004
5:08 pm
348
... Oh darn, that offends me -- I liked the pictures and in-your-face comments. I thought Bert's questions and suggestions were pretty mild. But maybe you...
Patrick Chkoreff
patrickchkoreff
Offline Send Email
Aug 5, 2004
5:23 pm
349
... Why? It's your website, and thus the place to vent your own opinions! (Was it on a seperate linked page? I forget) Personally, if you just link to it off...
Daniel Richards
kyhwana@...
Send Email
Aug 5, 2004
6:51 pm
350
... For most people, yes. For some people it just doesn't work. If they feel that they can't say something in the bluntest, straightest, in-your- face way,...
Phil Carmody
thefatphil
Offline Send Email
Aug 5, 2004
7:03 pm
351
... website ... separate ... in-your- ... madder! ... Mostly I'm just pissed off and wanted to vent ;-) You never know how much something is worth until you...
Tom St Denis
tomstdenis
Offline Send Email
Aug 5, 2004
7:22 pm
352
... Well, I generally consider myself part of an open source ecosystem. I use all this nice open source software and I contribute to it. ... Yeah - know what...
bert hubert
ahu1195
Offline Send Email
Aug 5, 2004
8:12 pm
353
... interest in ... still ... ecosystem. I ... The problem I find is most projects fall into two camps 1. Libraries 2. End user applications. Most libraries...
Tom St Denis
tomstdenis
Offline Send Email
Aug 5, 2004
10:21 pm
354
LTC 0.98 is out.... ;-) I'm having a good morning so I figured I would pass around the charm... Sports fixes to PKCS [nothing major], hmac and PRNG as well ...
Tom St Denis
tomstdenis
Offline Send Email
Aug 6, 2004
4:57 pm
355
Hi Tom, You mentioned you used MSVC to test in Windows. I notice that in LTC if you enable LTMSSE to take advantage of the assembly code, the MSVC can't parse...
Dan Phan
capriolet
Offline Send Email
Aug 6, 2004
9:34 pm
356
... LTC if you ... can't parse the ... i.e., __asm { ... LTMSSE. Yes? ... You assume correctly. I'm not a huge fan of MSFT [in case you didn't notice] so...
Tom St Denis
tomstdenis
Offline Send Email
Aug 6, 2004
10:07 pm
357
Tom In the past you recommended I use PKCS 5 #2 to generate my hmac key, cipher key, and cipher iv from a 16 byte key. I was looking at the new sober code in...
stevendake
Offline Send Email
Aug 7, 2004
8:11 pm
358
It should be noted that hashsum.c in demos/ won't compile because it's using the wrong header file. (mycrypt_custom.h instead of mycrypt.h) So to get it to...
Daniel Richards
kyhwana@...
Send Email
Aug 8, 2004
2:26 am
359
Going for a "2-fer" here ;-) First, yeah go wild with hashsum and if you submit a copy back to me I'll add it into the mix. Maybe add some MAC'ing to it as an...
Tom St Denis
tomstdenis
Offline Send Email
Aug 8, 2004
11:43 am
360
... Not necessary with SOBER-128; it's been extensively analysed for related-key attacks. But it certainly can't hurt, and is absolutely necessary for ciphers...
Greg Rose
ggr@...
Send Email
Aug 8, 2004
3:56 pm
361
... random ... absolutely ... grounds ... I stand corrected. Generally though it's just a good idea since passwords are usually of low entropy you don't want...
Tom St Denis
tomstdenis
Offline Send Email
Aug 8, 2004
5:33 pm
362
... Not really, since I agreed that you should hash anyway... ... If the password is of low entropy, it doesn't matter whether you hash it or not. Hashing it...
Greg Rose
ggr@...
Send Email
Aug 8, 2004
8:15 pm
363
<snip> [to make light of the situation]... Speaker1: I think your 3 cent titanium tax goes too far! Speaker2: And *I* think your 3 cent titanium tax doesn't...
Tom St Denis
tomstdenis
Offline Send Email
Aug 8, 2004
8:19 pm
364
Greg and Tom, I have been thinking about all of this, and have a few questions: (forgive the newbie questions about crypto:) Lets say I use sober to key with a...
Steven Dake
stevendake
Offline Send Email
Aug 9, 2004
12:53 am
365
... from /dev/random. ... byte ... would ... the ... of ... I wouldn't worry about it. Essentially it reduces to [in your case] predicting the 16 byte...
Tom St Denis
tomstdenis
Offline Send Email
Aug 9, 2004
1:05 am
366
J from Peersec let me toy with his AMD64 and now 60-bit digits is fully supported [well on GCC platforms with the 128-bit integer extensions]. There were two...
Tom St Denis
tomstdenis
Offline Send Email
Aug 9, 2004
7:09 pm
367
Hello. I'm considering using LTC for a PDA/phone/embedded project. I only need RSA and padding. rsa_make_key does not use LTM_PRIME_*. Why? Thanks!...
kword2003
Offline Send Email
Aug 10, 2004
4:02 am
368
... only need RSA and padding. ... It calls rand_prime [an LTC function] which interfaces with the LTM random prime functions. You need a PRNG for the keygen...
Tom St Denis
tomstdenis
Offline Send Email
Aug 10, 2004
12:09 pm
369
For anyone who doesn't read sci.crypt I'm in the middle of adding new multipliers to LTM. They replace the mul/sqr comba routines. The idea of the change is...
Tom St Denis
tomstdenis
Offline Send Email
Aug 11, 2004
2:16 pm
Messages 340 - 369 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