[ot] rot13 Re: Peter from the Dike and Security

2001-06-28 Thread Magnus Bodin

On Wed, Jun 27, 2001 at 09:47:26AM -0400, peter green wrote:
 * Robin S. Socha [EMAIL PROTECTED] [010627 09:42]:
  * peter green [EMAIL PROTECTED] [010627 08:32]:
   (pcg@pcg2) ~ rot13
   bash: rot13: command not found
  
  (robin@mail1):(~)$ man caesar | head -n4
 
 (pcg@pcg2) ~ caesar
 bash: caesar: command not found
 
 Next? :-)


http://www.rot13.com/

now buzz off.

/magnus



Re: Peter from the Dike and Security

2001-06-28 Thread Jason R. Mastaler

peter green [EMAIL PROTECTED] writes:

  perl -e 'while(){$_=~tr/A-Za-z/N-ZA-Mn-za-m/;print}'
  Then paste the email :-)
 
 Or, a bit shorter,
 
 $ tr 'a-zA-Z' 'n-za-mN-ZA-M'  email
 
 Or a bit kludgier,
 
   perl -ni -e 'foreach (split //){unless(/\w/){print; next;}print
   chr(((ord(lc)-96+13)%26)+96)}'

Or simply `W r' if you are reading the message with gnus.

-- 
(TMDA - http://tmda.sourceforge.net/)
(A qmail-based SPAM reduction system)



Re: Peter from the Dike and Security

2001-06-27 Thread Alan Clegg

Unless the network is lying to me again, peter green said: 
 * Brett Randall [EMAIL PROTECTED] [010626 21:49]:
   Chris == Chris Bolt [EMAIL PROTECTED] writes:
  
   perl -e 'while(){$_=~tr/A-Za-z/N-ZA-Mn-za-m/;print}'
   Then paste the email :-)
  
  Or, a bit shorter,
  
  $ tr 'a-zA-Z' 'n-za-mN-ZA-M'  email
 
 Or a bit kludgier,
 
   perl -ni -e 'foreach (split //){unless(/\w/){print; next;}print
   chr(((ord(lc)-96+13)%26)+96)}'

Why not rot13  email

AlanC



Re: Peter from the Dike and Security

2001-06-27 Thread peter green

* Alan Clegg [EMAIL PROTECTED] [010627 09:22]:
 Unless the network is lying to me again, peter green said: 
  * Brett Randall [EMAIL PROTECTED] [010626 21:49]:
Chris == Chris Bolt [EMAIL PROTECTED] writes:
   
perl -e 'while(){$_=~tr/A-Za-z/N-ZA-Mn-za-m/;print}'
Then paste the email :-)
   
   Or, a bit shorter,
   
   $ tr 'a-zA-Z' 'n-za-mN-ZA-M'  email
  
  Or a bit kludgier,
  
perl -ni -e 'foreach (split //){unless(/\w/){print; next;}print
chr(((ord(lc)-96+13)%26)+96)}'
 
 Why not rot13  email

(pcg@pcg2) ~ rot13
bash: rot13: command not found

/pg
-- 
Peter Green : Architekton Internet Services, LLC : [EMAIL PROTECTED]
---
panic(esp: penguin status phase.);
(Panic message in the kernel.)




Re: Peter from the Dike and Security

2001-06-27 Thread Robin S. Socha

* peter green [EMAIL PROTECTED] [010627 08:32]:
 (pcg@pcg2) ~ rot13
 bash: rot13: command not found

(robin@mail1):(~)$ man caesar | head -n4
CAESAR(6)  OpenBSD Reference Manual CAESAR(6)

NAME
 caesar - decrypt caesar cyphers




Re: Peter from the Dike and Security

2001-06-27 Thread peter green

* Robin S. Socha [EMAIL PROTECTED] [010627 09:42]:
 * peter green [EMAIL PROTECTED] [010627 08:32]:
  (pcg@pcg2) ~ rot13
  bash: rot13: command not found
 
 (robin@mail1):(~)$ man caesar | head -n4

(pcg@pcg2) ~ caesar
bash: caesar: command not found

Next? :-)

/pg
-- 
Peter Green : Architekton Internet Services, LLC : [EMAIL PROTECTED]
---
Ooohh.. FreeBSD is faster over loopback, when compared to
Linux over the wire. Film at 11.
(Linus Torvalds)




[OT]: ROT13 [was: Re: Peter from the Dike and Security]

2001-06-27 Thread Peter van Dijk

On Wed, Jun 27, 2001 at 09:47:26AM -0400, peter green wrote:
 * Robin S. Socha [EMAIL PROTECTED] [010627 09:42]:
  * peter green [EMAIL PROTECTED] [010627 08:32]:
   (pcg@pcg2) ~ rot13
   bash: rot13: command not found
  
  (robin@mail1):(~)$ man caesar | head -n4
 
 (pcg@pcg2) ~ caesar
 bash: caesar: command not found
 
 Next? :-)

Please stop this useless thread. Get a search engine and find out how
to decode rot13.

Greetz, Peter
-- 
Against Free Sex!   http://www.dataloss.nl/Megahard_en.html



Re: Peter from the Dike and Security

2001-06-27 Thread Johan Almqvist

* Chris Bolt [EMAIL PROTECTED] [010627 02:01]:
 perl -e 'while(){$_=~tr/A-Za-z/N-ZA-Mn-za-m/;print}'

perl -pe'y/a-zA-Z/n-za-mN-ZA-M/'

-Johan
-- 
Johan Almqvist
http://www.almqvist.net/johan/qmail/

 PGP signature


RE: Peter from the Dike and Security

2001-06-27 Thread Mike Peppard

http://www.samag.com/articles/1997/9706/9706d/9706d.htm

I'm glad this is a slow week.
(Yahoo search keywords - caesar, encryption, unix)

-Mike
 -Original Message-
 From: peter green [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, June 27, 2001 9:47 AM
 To: Qmail List
 Subject: Re: Peter from the Dike and Security
 
 
 * Robin S. Socha [EMAIL PROTECTED] [010627 09:42]:
  * peter green [EMAIL PROTECTED] [010627 08:32]:
   (pcg@pcg2) ~ rot13
   bash: rot13: command not found
  
  (robin@mail1):(~)$ man caesar | head -n4
 
 (pcg@pcg2) ~ caesar
 bash: caesar: command not found
 
 Next? :-)
 
 /pg
 -- 
 Peter Green : Architekton Internet Services, LLC : [EMAIL PROTECTED]
 ---
 Ooohh.. FreeBSD is faster over loopback, when compared to
 Linux over the wire. Film at 11.
 (Linus Torvalds)
 
 



Re: Peter from the Dike and Security

2001-06-27 Thread Brian S. Craigie


Just open the email in Netscape Messenger, right-mouse on the body and click
unscramble [ROT-13].

Brain.


peter green wrote:

 * Robin S. Socha [EMAIL PROTECTED] [010627 09:42]:
  * peter green [EMAIL PROTECTED] [010627 08:32]:
   (pcg@pcg2) ~ rot13
   bash: rot13: command not found
 
  (robin@mail1):(~)$ man caesar | head -n4

 (pcg@pcg2) ~ caesar
 bash: caesar: command not found

 Next? :-)

 /pg
 --
 Peter Green : Architekton Internet Services, LLC : [EMAIL PROTECTED]
 ---
 Ooohh.. FreeBSD is faster over loopback, when compared to
 Linux over the wire. Film at 11.
 (Linus Torvalds)




Re: Peter from the Dike and Security

2001-06-27 Thread Karsten W. Rohrbach

peter green([EMAIL PROTECTED])@2001.06.27 09:47:26 +:
 * Robin S. Socha [EMAIL PROTECTED] [010627 09:42]:
  * peter green [EMAIL PROTECTED] [010627 08:32]:
   (pcg@pcg2) ~ rot13
   bash: rot13: command not found
  
  (robin@mail1):(~)$ man caesar | head -n4
 
 (pcg@pcg2) ~ caesar
 bash: caesar: command not found
 
 Next? :-)

PATH=/usr/games:${PATH}  export PATH

 
 /pg
 -- 
 Peter Green : Architekton Internet Services, LLC : [EMAIL PROTECTED]
 ---
 Ooohh.. FreeBSD is faster over loopback, when compared to
 Linux over the wire. Film at 11.
 (Linus Torvalds)

-- 
 ASCII Ribbon Campaign - NO HTML/RTF in e-mail - NO Word docs in e-mail
KR433/KR11-RIPE -- WebMonster Community Founder -- nGENn GmbH Senior Techie
http://www.webmonster.de/ -- ftp://ftp.webmonster.de/ -- http://www.ngenn.net/
karstenrohrbach.de -- alphangenn.net -- alphascene.org -- [EMAIL PROTECTED]
GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE  DF22 3340 4F4E 2964 BF46
Please do not remove my address from To: and Cc: fields in mailing lists. 10x

 PGP signature


RE: Peter from the Dike and Security

2001-06-27 Thread Bill Andersen

You guys are making this way too hard...

Copy the text, go to http://world.altavista.com/tr
and paste it in the translate to... box.

Then choose Garbage to English and click on Translate

Poof!  You get it back translated into English garbage :)


-Original Message-
From: Mike Peppard [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 27, 2001 9:03 AM
To: Qmail List
Subject: RE: Peter from the Dike and Security


http://www.samag.com/articles/1997/9706/9706d/9706d.htm

I'm glad this is a slow week.
(Yahoo search keywords - caesar, encryption, unix)



Re: Peter from the Dike and Security

2001-06-26 Thread Peter van Dijk

On Tue, Jun 26, 2001 at 03:12:04PM -, Frank Tegtmeyer wrote:
 I doubt you do. I know you can find about just as much about me
 (possibly more) with a simple google search.
 
 Oh, Yeah, that’s what I did. Okay Peter “from the dike,” I’ll sift through 37,700 
hits on your name and get back to you. The results of your “simple google search” can 
be found at the end of this email.

I wonder that 'from the dike' has to do with it. Your Dutch is
obviously lacking.

 “I'm probably feeding the troll here, but what ROOT exploit are you
 talking about?
 Is it an open relay? Please show us how it is an open relay.”
 
 Yeah Ill help you out, just like you guys help the newbies. Whatever, If you need me 
to walk you through security 1A and hacking 1B I’d be happy to get you started for 
educational purposes only, not for nefarious reasons.

Just providing the details would be fine.

 You could buy a book or purchase Frank’s consulting services since he is an expert. 
Am I full of shit? Or are you far too confident.

You are mostly making strong claims you fail to support.

 As for the racist crap, Frank’s Grandparents still have your Grandparents silverware 
and bicycles. I was more of an ethnocentric in my observation of the shiza films 
rather than a racist, because I am suggesting that my culture (One that does not 
enjoy shiza films or being shit on) is superior over cultures that enjoy being shit 
on and filmed. I am of Dutch and German descent.

If you are of Dutch and German descent, why do you insult Germans and
completely fail to understand my last name, which is Dutch?

 The point was all along that some of you guys are not helpful, and over confident. I 
am bored now.
 
 By the way, do you speak German at home? And why not? I think you know why. My 
Grandpa said “your Welcome.” 

I speak Dutch and English at home.

 Gef me en Kusje Peter 

No thanks, I only kiss cute people and/or good friends.

[snip google results about other Peter van Dijk's]

Greetz, Peter
-- 
Against Free Sex!   http://www.dataloss.nl/Megahard_en.html



Re: Peter from the Dike and Security

2001-06-26 Thread Brett Randall

Qhqr, trg n yvsr! Frevbhfyl! Yrg lbhe 13 lrne byq onyyf qebc naq tb
rng na nccyr!

Yrnea ubj gb dhbgr... Urp, yrnea ubj gb jevgr na ESP-pbzcyvnag r-znvy!
Fgbc hfvat gur oybbql pheyl dhbgrf pbf gurl fperj hc lbhe r-znvyf va
rirel ZHN rkprcg lbhef.

Fgbc guvaxvat gung lbh xabj rirelguvat... Gung nggnpx ba Crgre ina
Qvwx nppbzcyvfurq ABGUVAT. Lbh unir abj orra cebzbgrq gb gur fgnghf bs
n Gebyy ba gung yvfg, naq ba nal bgure yvfg gung jr frr lbhe anzr
ba. Lbh znxr npphfngvbaf gung lbh pnaabg onpxhc (ebbg rkcybvg) naq
nggnpx crbcyr va na bcra sbehz. Yrnea jung cevingr r-znvy vf sbe,
zna... Lbh unir n frevbhf vqragvgl pevfvf, qba'g lbh?

V pna nyernql gryy gurfr guvatf nobhg lbh JVGUBHG qbvat n penccl
tbbtyr ybbxhc (p'zba, qb bar ba zr. Frr jung lbh pna svaq. Gryy gur
jbeyq, nf vs V pner??):

 - Nf n puvyq, lbh arire erprvirq gur nggragvba lbh qrfverq. Ng
 fpubby, lbh jrer nyjnlf gur bar jub jnf cvpxrq ynfg sbe gur fbppre
 grnzf
 - Lbhe yvsr qbrfa'g sbyybj gung bs Wrfhf'
 - Lbh jrer nggnpxrq rneyl ba ol crbcyr bs Trezna onpxtebhaq
 - Lbh ner abg cerfragyl rzcyblrq ol n erchgnoyr pbzcnal
 - Lbhe jrrxraqf ner fcrag trggvat qehax naq erzvavfpvat

Vg qbrfa'g gnxr zhpu gb or avpr, frevbhfyl... V qba'g frr jung lbhe
gebyyvat nebhaq ba gur dznvy yvfg vf tbvat gb qb sbe lbh. Lbh'yy znxr
rarzvrf, naq gehfg zr... Fbzr bs gur crbcyr ba guvf yvfg ner ABG
crbcyr lbh jnag gb znxr rarzvrf jvgu. Lbh'er ba n yvfg jurer gur gbc
crbcyr ner abg whfg uvtuyl grpuavpny rkcregf, gurl'er nyfb frphevgl
rkcregf jvgu onpxtebhaqf va qrsrafr sbeprf sebz inevbhf pbhagevrf
nebhaq gur jbeyq. Gehfg zr, V xabj gurz... Vs lbh nppvqragnyyl fghzoyr
npebff bar bs gurz ba gur fgerrg bar qnl, gura gurl JVYY orng gur penc
bhggn lbh. V'z abg gelvat gb guerngra lbh. V'z gelvat gb jnea lbh bs
jung jvyy unccra vs lbh xrrc tbvat ba guvf cngu.

Fb whfg puvyy, hafhofpevor sebz guvf yvfg fb lbh qba'g unir gb trg nyy
hcfrg bire crbcyr nalzber, naq tb naq fvg va gur pbeare.
-- 
Ng gur fbhepr bs rirel reebe juvpu vf oynzrq ba gur pbzchgre lbh jvyy
svaq ng yrnfg gjb uhzna reebef, vapyhqvat gur reebe bs oynzvat vg ba gur
pbzchgre.

- Nabalzbhf 



RE: Peter from the Dike and Security

2001-06-26 Thread Hank Wethington

Damn I wish I understood that!

 Hank Wethington


Information Logistics
www.GoInfoLogistics.com 
mailto:info.at.GoInfoLogistics.com
 

-Original Message-
From: Brett Randall [mailto:[EMAIL PROTECTED]]
Sent: None
To: Frank Tegtmeyer
Cc: Qmail List
Subject: Re: Peter from the Dike and Security


Qhqr, trg n yvsr! Frevbhfyl! Yrg lbhe 13 lrne byq onyyf qebc naq tb
rng na nccyr!

Yrnea ubj gb dhbgr... Urp, yrnea ubj gb jevgr na ESP-pbzcyvnag r-znvy!
Fgbc hfvat gur oybbql pheyl dhbgrf pbf gurl fperj hc lbhe r-znvyf va
rirel ZHN rkprcg lbhef.

Fgbc guvaxvat gung lbh xabj rirelguvat... Gung nggnpx ba Crgre ina
Qvwx nppbzcyvfurq ABGUVAT. Lbh unir abj orra cebzbgrq gb gur fgnghf bs
n Gebyy ba gung yvfg, naq ba nal bgure yvfg gung jr frr lbhe anzr
ba. Lbh znxr npphfngvbaf gung lbh pnaabg onpxhc (ebbg rkcybvg) naq
nggnpx crbcyr va na bcra sbehz. Yrnea jung cevingr r-znvy vf sbe,
zna... Lbh unir n frevbhf vqragvgl pevfvf, qba'g lbh?

V pna nyernql gryy gurfr guvatf nobhg lbh JVGUBHG qbvat n penccl
tbbtyr ybbxhc (p'zba, qb bar ba zr. Frr jung lbh pna svaq. Gryy gur
jbeyq, nf vs V pner??):

 - Nf n puvyq, lbh arire erprvirq gur nggragvba lbh qrfverq. Ng
 fpubby, lbh jrer nyjnlf gur bar jub jnf cvpxrq ynfg sbe gur fbppre
 grnzf
 - Lbhe yvsr qbrfa'g sbyybj gung bs Wrfhf'
 - Lbh jrer nggnpxrq rneyl ba ol crbcyr bs Trezna onpxtebhaq
 - Lbh ner abg cerfragyl rzcyblrq ol n erchgnoyr pbzcnal
 - Lbhe jrrxraqf ner fcrag trggvat qehax naq erzvavfpvat

Vg qbrfa'g gnxr zhpu gb or avpr, frevbhfyl... V qba'g frr jung lbhe
gebyyvat nebhaq ba gur dznvy yvfg vf tbvat gb qb sbe lbh. Lbh'yy znxr
rarzvrf, naq gehfg zr... Fbzr bs gur crbcyr ba guvf yvfg ner ABG
crbcyr lbh jnag gb znxr rarzvrf jvgu. Lbh'er ba n yvfg jurer gur gbc
crbcyr ner abg whfg uvtuyl grpuavpny rkcregf, gurl'er nyfb frphevgl
rkcregf jvgu onpxtebhaqf va qrsrafr sbeprf sebz inevbhf pbhagevrf
nebhaq gur jbeyq. Gehfg zr, V xabj gurz... Vs lbh nppvqragnyyl fghzoyr
npebff bar bs gurz ba gur fgerrg bar qnl, gura gurl JVYY orng gur penc
bhggn lbh. V'z abg gelvat gb guerngra lbh. V'z gelvat gb jnea lbh bs
jung jvyy unccra vs lbh xrrc tbvat ba guvf cngu.

Fb whfg puvyy, hafhofpevor sebz guvf yvfg fb lbh qba'g unir gb trg nyy
hcfrg bire crbcyr nalzber, naq tb naq fvg va gur pbeare.
-- 
Ng gur fbhepr bs rirel reebe juvpu vf oynzrq ba gur pbzchgre lbh jvyy
svaq ng yrnfg gjb uhzna reebef, vapyhqvat gur reebe bs oynzvat vg ba gur
pbzchgre.

- Nabalzbhf 



RE: Peter from the Dike and Security

2001-06-26 Thread Stephen Berg

Maybe we could borrow the Seti@home or distributed.net engines to decrypt
that message.  Could be something really useful in there.

On Tue, 26 Jun 2001, Hank Wethington wrote:

 Damn I wish I understood that!
 
  Hank Wethington
 
 
 Information Logistics
 www.GoInfoLogistics.com 
 mailto:info.at.GoInfoLogistics.com
  
 
 -Original Message-
 From: Brett Randall [mailto:[EMAIL PROTECTED]]
 Sent: None
 To: Frank Tegtmeyer
 Cc: Qmail List
 Subject: Re: Peter from the Dike and Security
 
 
 Qhqr, trg n yvsr! Frevbhfyl! Yrg lbhe 13 lrne byq onyyf qebc naq tb
 rng na nccyr!

snip




RE: Peter from the Dike and Security

2001-06-26 Thread Hank Wethington

Ahh, never mind... I got it. I finally recognized it wasn't a foreign
language :)

-Original Message-
From: Hank Wethington [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 26, 2001 4:28 PM
To: Brett Randall
Cc: Qmail List
Subject: RE: Peter from the Dike and Security


Damn I wish I understood that!

 Hank Wethington


Information Logistics
www.GoInfoLogistics.com
mailto:info.at.GoInfoLogistics.com


-Original Message-
From: Brett Randall [mailto:[EMAIL PROTECTED]]
Sent: None
To: Frank Tegtmeyer
Cc: Qmail List
Subject: Re: Peter from the Dike and Security


Qhqr, trg n yvsr! Frevbhfyl! Yrg lbhe 13 lrne byq onyyf qebc naq tb
rng na nccyr!

Yrnea ubj gb dhbgr... Urp, yrnea ubj gb jevgr na ESP-pbzcyvnag r-znvy!
Fgbc hfvat gur oybbql pheyl dhbgrf pbf gurl fperj hc lbhe r-znvyf va
rirel ZHN rkprcg lbhef.

Fgbc guvaxvat gung lbh xabj rirelguvat... Gung nggnpx ba Crgre ina
Qvwx nppbzcyvfurq ABGUVAT. Lbh unir abj orra cebzbgrq gb gur fgnghf bs
n Gebyy ba gung yvfg, naq ba nal bgure yvfg gung jr frr lbhe anzr
ba. Lbh znxr npphfngvbaf gung lbh pnaabg onpxhc (ebbg rkcybvg) naq
nggnpx crbcyr va na bcra sbehz. Yrnea jung cevingr r-znvy vf sbe,
zna... Lbh unir n frevbhf vqragvgl pevfvf, qba'g lbh?

V pna nyernql gryy gurfr guvatf nobhg lbh JVGUBHG qbvat n penccl
tbbtyr ybbxhc (p'zba, qb bar ba zr. Frr jung lbh pna svaq. Gryy gur
jbeyq, nf vs V pner??):

 - Nf n puvyq, lbh arire erprvirq gur nggragvba lbh qrfverq. Ng
 fpubby, lbh jrer nyjnlf gur bar jub jnf cvpxrq ynfg sbe gur fbppre
 grnzf
 - Lbhe yvsr qbrfa'g sbyybj gung bs Wrfhf'
 - Lbh jrer nggnpxrq rneyl ba ol crbcyr bs Trezna onpxtebhaq
 - Lbh ner abg cerfragyl rzcyblrq ol n erchgnoyr pbzcnal
 - Lbhe jrrxraqf ner fcrag trggvat qehax naq erzvavfpvat

Vg qbrfa'g gnxr zhpu gb or avpr, frevbhfyl... V qba'g frr jung lbhe
gebyyvat nebhaq ba gur dznvy yvfg vf tbvat gb qb sbe lbh. Lbh'yy znxr
rarzvrf, naq gehfg zr... Fbzr bs gur crbcyr ba guvf yvfg ner ABG
crbcyr lbh jnag gb znxr rarzvrf jvgu. Lbh'er ba n yvfg jurer gur gbc
crbcyr ner abg whfg uvtuyl grpuavpny rkcregf, gurl'er nyfb frphevgl
rkcregf jvgu onpxtebhaqf va qrsrafr sbeprf sebz inevbhf pbhagevrf
nebhaq gur jbeyq. Gehfg zr, V xabj gurz... Vs lbh nppvqragnyyl fghzoyr
npebff bar bs gurz ba gur fgerrg bar qnl, gura gurl JVYY orng gur penc
bhggn lbh. V'z abg gelvat gb guerngra lbh. V'z gelvat gb jnea lbh bs
jung jvyy unccra vs lbh xrrc tbvat ba guvf cngu.

Fb whfg puvyy, hafhofpevor sebz guvf yvfg fb lbh qba'g unir gb trg nyy
hcfrg bire crbcyr nalzber, naq tb naq fvg va gur pbeare.
--
Ng gur fbhepr bs rirel reebe juvpu vf oynzrq ba gur pbzchgre lbh jvyy
svaq ng yrnfg gjb uhzna reebef, vapyhqvat gur reebe bs oynzvat vg ba gur
pbzchgre.

- Nabalzbhf




RE: Peter from the Dike and Security

2001-06-26 Thread Chris Bolt

perl -e 'while(){$_=~tr/A-Za-z/N-ZA-Mn-za-m/;print}'

Then paste the email :-)

 Damn I wish I understood that!

 Qhqr, trg n yvsr! Frevbhfyl! Yrg lbhe 13 lrne byq onyyf qebc naq
 tb rng na nccyr!
 
 Yrnea ubj gb dhbgr... Urp, yrnea ubj gb jevgr na ESP-pbzcyvnag
 r-znvy! Fgbc hfvat gur oybbql pheyl dhbgrf pbf gurl fperj hc
 lbhe r-znvyf va rirel ZHN rkprcg lbhef.
...




Re: Peter from the Dike and Security

2001-06-26 Thread Brett Randall

 Chris == Chris Bolt [EMAIL PROTECTED] writes:

 perl -e 'while(){$_=~tr/A-Za-z/N-ZA-Mn-za-m/;print}'
 Then paste the email :-)

Or, a bit shorter,

$ tr 'a-zA-Z' 'n-za-mN-ZA-M'  email
-- 
Hitting your modem with an aluminum baseball bat is only going to get
you electrocuted. Try a wooden one.

- Lynn Marshall



Re: Peter from the Dike and Security

2001-06-26 Thread peter green

* Brett Randall [EMAIL PROTECTED] [010626 21:49]:
  Chris == Chris Bolt [EMAIL PROTECTED] writes:
 
  perl -e 'while(){$_=~tr/A-Za-z/N-ZA-Mn-za-m/;print}'
  Then paste the email :-)
 
 Or, a bit shorter,
 
 $ tr 'a-zA-Z' 'n-za-mN-ZA-M'  email

Or a bit kludgier,

  perl -ni -e 'foreach (split //){unless(/\w/){print; next;}print
  chr(((ord(lc)-96+13)%26)+96)}'

/pg, who *really* has to remember to use tr more... :-)
-- 
Peter Green : Architekton Internet Services, LLC : [EMAIL PROTECTED]
---
It makes me mad when I go to all the trouble of having Martha cook up about a 
hundred drumsticks, the guy at the Marineland says: 'You can't throw chicken 
to the dolphins. They eat fish.' Sure they eat fish, if that's all you give 
them. Man, wise up.
 (Jack Handey)