From owner-freebsd-questions Wed Jan 3 21:18:14 2001 From owner-freebsd-questions@FreeBSD.ORG Wed Jan 3 21:18:12 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from harumscarum.mr.itd.umich.edu (harumscarum.mr.itd.umich.edu [141.211.125.17]) by hub.freebsd.org (Postfix) with ESMTP id 109C637B402 for ; Wed, 3 Jan 2001 21:18:12 -0800 (PST) Received: from tim.elnsng1.mi.home.com (c1129767-a.elnsng1.mi.home.com [24.183.248.20]) by harumscarum.mr.itd.umich.edu (8.9.3/3.3s) with SMTP id AAA07443; Thu, 4 Jan 2001 00:18:09 -0500 (EST) From: Tim McMillen To: "R.Munden" , "freebsd-questions@FreeBSD. ORG" Subject: Re: We now have Rijndael! Date: Thu, 4 Jan 2001 00:20:33 -0500 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" References: In-Reply-To: MIME-Version: 1.0 Message-Id: <01010400203301.09697@tim.elnsng1.mi.home.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thank you very much so far. On Wednesday January 03, 2001 23:18, R.Munden wrote: > you might install it then 'perldoc Rijndael' That didn't find anything. > > or maybe check CPAN.org, list by module and look at the readme I found it there at http://cpan.valueclick.com/authors/id/D/DI/DIDO/Crypt-Rijndael-0.01.readme and eventually found it locally. I can do man 3 Crypt::Rijndael and it finds it (the same page) but %man -k Rijndael Rijndael: nothing appropriate Oh, well I can read it but it doesn't tell me, the perl idiot, anything useful. It says: SYNOPSIS use Crypt::Rijndael; # keysize() is 32, but 24 and 16 are also possible # blocksize() is 16 $cipher = new Crypt::Rijndael "a" x 32, Crypt::Rijndael::MODE_CBC; $crypted = $cipher->encrypt($plaintext); # - OR - $plaintext = $cipher->decrypt($crypted); What do I do with that? Thanks again, sorry for the dumb questions, Tim > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Tim > > McMillen Sent: Wednesday, January 03, 2001 10:23 PM > > To: freebsd-questions@freebsd.org > > Subject: We now have Rijndael! > > > > > > > > Wow it looks like the ports committers have been busy. There are > > now implementations of Rijndael, Twofish, and others along with > > Idea (already there) as perl modules. Rijndael is the new AES > > standard in case anybody missed that. It's at > > /usr/ports/security/p5-Crypt-Rijndael and the Makefile date > > shows 2001/01/03 23:26:25 Though at my time it's not even there > > yet. Must be in Europe. > > Ok now here's the really dumb question. How do I use them? I've > > never used perl beyond creating the obligatory hello world script. > > I want to do the basic plaintext->cyphertext->plaintext path. > > Any help out there? I built the port, but don't know how > > to use it. > > I feel dumb, but as I said, never used perl or the p5 modules in > > the ports. > > Thanks. > > > > Tim > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message