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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 112 - 143 of 2599   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
112
So far I've had a lot of odd downloads for ltc-0.94. The usual intel, sony, many many many schools. I also got "The Home Depot" and Northrop Grumman [a US...
Tom St Denis
tomstdenis
Offline Send Email
Mar 3, 2004
1:51 pm
113
Enter your vote today! A new poll has been created for the LibTom group: Would you be interested in looking at and/or using a general purpose compression...
LibTom@yahoogroups.com
Send Email
Mar 12, 2004
6:04 pm
114
I posted a poll [http://groups.yahoo.com/group/LibTom/surveys?id=11689252] about whether you would use a LibTom compression library. I just want to get a feel...
Tom St Denis
tomstdenis
Offline Send Email
Mar 12, 2004
6:12 pm
115
Hello all!! Just DL'ed and compiled the latest libTom and am now confronted with "How in the heck to use this great resource". I am just looking to-do a simple...
ronyacketta
Offline Send Email
Mar 13, 2004
4:02 am
116
... looking ... would ... There is a manual in the package... see "crypt.pdf" ;-) It comes with examples for quite a bit of the functions [and at least...
Tom St Denis
tomstdenis
Offline Send Email
Mar 13, 2004
4:07 am
117
Can someone lend an example of creating a key? I have looked through the .pdf and find mention of how key's are required for certain types of encryption. I am...
Ronald J. Yacketta
ronyacketta
Offline Send Email
Mar 13, 2004
5:01 pm
118
Hello all! I am finaly to the point where I need to be thinking about storing my encrypted string for later decryption. What I am doing is writing an...
Ronald J. Yacketta
ronyacketta
Offline Send Email
Mar 14, 2004
3:29 am
119
... through the ... of ... as ... Note what that is an example of specifically. It's how to call the ciphers directly. Not how to encrypt data. For that you...
Tom St Denis
tomstdenis
Offline Send Email
Mar 14, 2004
3:34 am
120
... is ... Game ... password) ... already ... Keep a good eye on how you actually encrypt the data. You need to pick a mode [like CTR or CBC], then generate...
Tom St Denis
tomstdenis
Offline Send Email
Mar 14, 2004
3:41 am
121
Tom, ConsoleFunction is just a massive define ;) # define ConsoleFunction(name,returnType,minArgs,maxArgs,usage1) \ static returnType c##name(SimObject *,...
Ronald J. Yacketta
ronyacketta
Offline Send Email
Mar 14, 2004
3:43 am
122
OK, Base64_encode works fine when I encode the result of aes_ecb_encrypt(), but when I encode te result of a hash_memory I get a "stack" error around b_md5 ...
Ronald J. Yacketta
ronyacketta
Offline Send Email
Mar 14, 2004
4:05 pm
123
... (), ... You follows the manual. ... (in), ... Um, did you read the manual? You have to setup "len" before you call this function. Page 39 has an example...
Tom St Denis
tomstdenis
Offline Send Email
Mar 14, 2004
6:53 pm
124
Hrm. Sorry about that. I was thinking b_len was the var that base64_encode was returning into. I'll be more diligent in the reding the manual, just a great...
Ronald J. Yacketta
ronyacketta
Offline Send Email
Mar 15, 2004
1:09 am
125
I spent last night hacking GNUPG for fun ;-) Figure if not everyone is going to switch to LT I'll bring LT to them. Pwned! Anyways I wrote...
Tom St Denis
tomstdenis
Offline Send Email
Mar 15, 2004
1:56 pm
126
Since the group has nearly doubled to 40 members [w00t w00t] I'll again solicit for request for features. So if any of y'all have any request for...
Tom St Denis
tomstdenis
Offline Send Email
Mar 17, 2004
3:31 pm
127
Extension to other API's (perl, python, ....) ... __________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam ...
Tom Van de Velde
tom_vandevelde
Offline Send Email
Mar 17, 2004
3:33 pm
128
Hi, I only use some really basic functionality of LibTomCrypt, but it's all plain C so its quite likely that one could write a SWIG header and support all...
Trevor Davel
TrevorD@...
Send Email
Mar 17, 2004
3:44 pm
129
Hi, Feature request: rDSA support. rDSA is a signature algorithm defined by ANSI X9.31 . It uses RSA, SHA1 and pre-defined formatting rules for the data to be...
Trevor Davel
TrevorD@...
Send Email
Mar 17, 2004
4:31 pm
130
... RSA, SHA1 and ... Having ... that I use ... same ... rDSA. ... 1024+256k ... (including ... 0x0100 is a ... Ok well I could change to specify the...
Tom St Denis
tomstdenis
Offline Send Email
Mar 17, 2004
9:16 pm
131
... Perhaps a good idea except those other langs aren't my forte. As I posted many times before I'd welcome such ports [I believe one for LTM to ruby exists]....
Tom St Denis
tomstdenis
Offline Send Email
Mar 17, 2004
9:22 pm
134
News, I've got a patch against LTC and some stuff todo in LTM. I plan on releasing LTM 0.30 soon with some fixes and the new prime generation code [bit...
Tom St Denis
tomstdenis
Offline Send Email
Mar 25, 2004
4:04 pm
135
Hello, i need a way to encrypt/decrypyt a 64 byte string, i have made some tests with the lib but i found it adds 8 bytes or 16 bytes (depending of the algo...
helder_varela
Offline Send Email
Mar 25, 2004
10:58 pm
136
... made ... anyone ... Since nobody else is answering I might as well take a swing at it. You could... [rubs envelop against forehead], a "chaining mode", ...
Tom St Denis
tomstdenis
Offline Send Email
Mar 26, 2004
4:40 am
137
Thanks for the reply, my initial test was with encrypt program, i have look at it and i think i have understood how it work, i was just asking if was a way...
NunO fELICIO
helder_varela
Offline Send Email
Mar 26, 2004
10:56 pm
138
... have look at it and i think i have understood how it work, i was just asking if was a way that the IV data could not be changed(maybe use a static...
Tom St Denis
tomstdenis
Offline Send Email
Mar 27, 2004
2:46 am
139
I decided to post about my happenings with GNUPG on the website. Figure might as well get all 9 of my users up to speed. True it's only been 9 days but still a...
Tom St Denis
tomstdenis
Offline Send Email
Mar 27, 2004
7:06 pm
140
you might have more than 9 users soon ;) check out this http://www.garagegames.com/docs/tnl/ ... From: Tom St Denis [mailto:tomstdenis@...] Sent:...
Ronald J. Yacketta
ronyacketta
Offline Send Email
Mar 27, 2004
8:46 pm
141
... Hey cool... more users, w00t w00t ;-) Tom __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. ...
tom st denis
tomstdenis
Offline Send Email
Mar 27, 2004
9:04 pm
142
Hi I have a question regarding mp_grow. If 'realloc' can not allocate enough memory at the same place as the original, and it allocates it somewhere else in...
Amer Alhabsi
ahalhabsi@...
Send Email
Mar 28, 2004
2:27 am
143
... No. Generally in a tight cryptosystem you write your own X heap macros [note I never call realloc in the code, I use XREALLOC which just happens to be...
tom st denis
tomstdenis
Offline Send Email
Mar 28, 2004
3:05 am
Messages 112 - 143 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