You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
(2) |
Mar
|
Apr
(3) |
May
(2) |
Jun
(12) |
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jonathan D. <im...@ya...> - 2007-06-09 16:49:17
|
Greatly appreciated. --- Nikos Mavrogiannopoulos <nm...@gn...> wrote: > Hello, > I've released an updated version of mcrypt. This is > because I received some > patches from Timo Schultz. I plan no other releases > nor work on this project. > > 9Jun2007: Version 2.6.6 > - Updates in OpenPGP code (Timo) > - Made the OpenPGP file format the default. > > regards, > Nikos > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 > express and take > control of your XML. No limits. Just data. Click to > get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Mcrypt-users mailing list > Mcr...@li... > https://lists.sourceforge.net/lists/listinfo/mcrypt-users > ___________________________________________________________________________________ You snooze, you lose. Get messages ASAP with AutoCheck in the all-new Yahoo! Mail Beta. http://advision.webevents.yahoo.com/mailbeta/newmail_html.html |
From: Nikos M. <nm...@gn...> - 2007-06-09 09:05:17
|
Hello, I've released an updated version of mcrypt. This is because I received some patches from Timo Schultz. I plan no other releases nor work on this project. 9Jun2007: Version 2.6.6 - Updates in OpenPGP code (Timo) - Made the OpenPGP file format the default. regards, Nikos |
From: OCOSA L. Acct. <li...@oc...> - 2007-03-18 06:25:16
|
Hello All, I am trying to install mcrypt v2.5.6 on centos 4.4. I have compiled with the following commands: ./configure CFLAGS="-I/usr/local/include -L/usr/local/lib" It finally worked so I issued a "make" then a "make check" looks good but then a "make install" and then errors. I tried to google but was not successful so I joined the list hoping the experts can help me..... Here is the error! When a "make install" is done! [code] ------------------------------------------------------------------------------ [root@mscan1 mcrypt-2.6.5]# make install Making install in m4 make[1]: Entering directory `/usr/local/src/mcrypt/mcrypt-2.6.5/m4' make[2]: Entering directory `/usr/local/src/mcrypt/mcrypt-2.6.5/m4' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/local/src/mcrypt/mcrypt-2.6.5/m4' make[1]: Leaving directory `/usr/local/src/mcrypt/mcrypt-2.6.5/m4' Making install in doc make[1]: Entering directory `/usr/local/src/mcrypt/mcrypt-2.6.5/doc' make[2]: Entering directory `/usr/local/src/mcrypt/mcrypt-2.6.5/doc' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/local/man/man1" || mkdir -p -- "/usr/local/man/man1" /usr/bin/install -c -m 644 './mcrypt.1' '/usr/local/man/man1/mcrypt.1' make[2]: Leaving directory `/usr/local/src/mcrypt/mcrypt-2.6.5/doc' make[1]: Leaving directory `/usr/local/src/mcrypt/mcrypt-2.6.5/doc' Making install in src make[1]: Entering directory `/usr/local/src/mcrypt/mcrypt-2.6.5/src' make[2]: Entering directory `/usr/local/src/mcrypt/mcrypt-2.6.5/src' test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'mcrypt' '/usr/local/bin/mcrypt' /usr/bin/install -c mcrypt /usr/local/bin/mcrypt make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/local/src/mcrypt/mcrypt-2.6.5/src' make[1]: Leaving directory `/usr/local/src/mcrypt/mcrypt-2.6.5/src' Making install in po make[1]: Entering directory `/usr/local/src/mcrypt/mcrypt-2.6.5/po' /bin/sh `case ".././mkinstalldirs" in /*) echo ".././mkinstalldirs" ;; *) echo "../.././mkinstalldirs" ;; esac` /usr/local/share /bin/sh: ../.././mkinstalldirs: No such file or directory make[1]: *** [install-data-yes] Error 127 make[1]: Leaving directory `/usr/local/src/mcrypt/mcrypt-2.6.5/po' make: *** [install-recursive] Error 1 ------------------------------------------------------------------------ [code] -- -------------------------------------------- Otis Surratt Jr. / li...@oc... OCOSA Communications, LLC PH: 918.585.9882 x 205 Fax: 918.585.5857 Visit Tulsa's Best Internet Data Center: http://www.ocosa.com/hosting/colo/index.asp -------------------------------------------- |
From: Steve G. <ste...@hp...> - 2006-03-20 17:20:40
|
Hi -- I see the following information on the summary page for mcrypt "The relaxation of export regulations, with regards to Open Source crypto, means that this software can be downloaded from outside of the US, proviso on the downloader not being a Bad Person or from a Bad Country." However, in practice, I'd like to understand what this really means WRT building and delivering products encrypted w/ mcrypt? A particular form I need to fill out is looking for an "US export commodity classification number (ECCN)". Has such a number been assigned for mcrypt? Does anyone have experience in using mcrypt for products sold and delivered outside of the US? Thanks. -Steve. |
From: Kostas P. <kp...@gm...> - 2006-01-20 09:38:36
|
Hi, I'm doing a research on cryptanalysis and I'm using libmcrypt. I had problems compiling my c++ programs with gcc(gcc version 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8) if it helps, even the ones from the manual of the library. Anyway I use it from php without a hinch. I would like to ask you about the keystream. I'm using cast128 and I would like to know how exactly do you convert the key from ascii form to bitstream. You could help me with just one example eg what is the binary representation of the key:"1234567812345678"??? Thanks in advance Patsakis Costas |
From: vherva@v.iki.fi - 2004-06-30 08:27:57
|
Hi, mcrypt looks like quite nice piece of software. I was wondering if there is any comparison chart on encryption speed of the various ciphers (with and without compression)? I couldn't find a good one with a google search... Also, ìt would be nice to know how mcrypt stacks up against other implementations (in particular, the assembler ones)? I know I could do the tests myself, but I would be surprised if anyone hasn't done so already. What I'm actually looking for is a *cheap* way of encrypting large backups - they will be placed in relatively safe place, but encryption would be nice to have just in case. But I wouldn't want to trade off the backup speed (harddisk copying speed) for this... So far I found out that light compression (--openpgp-z 1) and a cheap algorithm (such as arcfour) gives almost sufficient performance on my hardware, but it definetely could be faster. |
From: Steve <lor...@ya...> - 2003-11-18 21:04:24
|
Hi Firstly I know very little about the art of cryptography. I'm trying to connect to an online credit card processing system where I need to encrypt two pieces of data (the amount and order id) using either a DES56 or RC4 algorthim. I have access to the mcrypt libraries via PHP. My questions. What is DES56 and how does it differ from DES? Can DES56 be done with the mcrypt libraries? Can anyone recommend a good tutorial on the web where I can figure out how to do this? Is RC4 is easier to implement? I believe that the ECB mode is best for encrypting text strings, do I have to know what encryption mode the bank is using? Or do the different modes end in the same result but go about it in different ways? Any help would be greatly appreciated. cheers steve __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree |