Re: sed or awk: decode base64 string in passwd-like file

2011-07-01 Thread Denny Schierz
hi, Am Freitag, den 01.07.2011, 00:24 +0200 schrieb Javier Barroso: > perl -F: -a -ne ' $F1=`echo $F[1] | openssl base64 -d`; print join > (":",$F[0],$F1,@F[2 .. $#F])' file thanks, I try it :-) cu Denny signature.asc Description: This is a digitally signed message part

Re: sed or awk: decode base64 string in passwd-like file

2011-07-01 Thread Denny Schierz
hi, Am Freitag, den 01.07.2011, 00:03 +0200 schrieb Arno Schuring: > > echo e0NSWVBUfVUx= | openssl base64 -d > I certainly hope you're not expecting to recover the plaintext nope :-) They are still crypted, but readable for other Daemons, like Dovecot: If you do some like: ech

Re: sed or awk: decode base64 string in passwd-like file

2011-06-30 Thread Javier Barroso
; echo e0NSWVBUfVUx= | openssl base64 -d > > How can I do this with all other lines? > > I have already a small awk script, that converts my ldapsearch output to > a Dovecot readable passwd file. > > === > /^uid: / {uid=$2} > /^uid: / {uid=$2; u=tolo

Re: sed or awk: decode base64 string in passwd-like file

2011-06-30 Thread Arno Schuring
gt; > echo e0NSWVBUfVUx= | openssl base64 -d I certainly hope you're not expecting to recover the plaintext password with this. But just to be sure: password fields are usually generated using a one-way hash, which means you CAN NOT decode it, only brute-force. If this field really contains a rec

Re: sed or awk: decode base64 string in passwd-like file

2011-06-29 Thread Lorenzo Beretta
Il 29/06/2011 16:50, Denny Schierz ha scritto: hi, I have a file with strings like: tes...@domain.foo:e0NSWVBUfVUx=:500:12002::/imap/spool/domain.foo/%1n/% n:storage=50 I need to decode the second field (password field), with something like: echo e0NSWVBUfVUx= | openssl base64 -d How can I

sed or awk: decode base64 string in passwd-like file

2011-06-29 Thread Denny Schierz
hi, I have a file with strings like: tes...@domain.foo:e0NSWVBUfVUx=:500:12002::/imap/spool/domain.foo/%1n/% n:storage=50 I need to decode the second field (password field), with something like: echo e0NSWVBUfVUx= | openssl base64 -d How can I do this with all other lines? I have already a

Re: inline pgp not working in evolution (when using base64 encoding?)

2008-11-18 Thread Paul Johnson
Bob Cox wrote: > [EMAIL PROTECTED]:~$ base64 -d email_inline_pgp_failes.txt | gpg -d > gpg: encrypted with ELG-E key, ID 5515B7F0 > gpg: decryption failed: secret key not available > > Presumably this is the sender's key - but where is the recipient's? > > Somethi

Re: inline pgp not working in evolution (when using base64 encoding?)

2008-11-15 Thread Bob Cox
Thank you in advance. I am not an expert in this but have had a bit of a play. The attachment that works (email_inline_pgp_works.txt) does indeed look ok: [EMAIL PROTECTED]:~$ gpg -d email_inline_pgp_works.txt gpg: encrypted with ELG-E key, ID 5515B7F0 gpg: encrypted with ELG-E key, ID 823A6E92

inline pgp not working in evolution (when using base64 encoding?)

2008-11-15 Thread subscriptions
Content-Type: application/pgp-encrypted; name="ATT1" Content-Description: ATT1 Content-Disposition: attachment; filename="ATT1"; size=76; creation-date="Sat, 15 Nov 2008 10:45:28 GMT"; modification-date="Sat, 15 Nov 2008 10:45:28 GMT" Content-Transfer-Enc

libmime-base64-perl (<< 2.21-1)

2004-05-18 Thread Szymek Jędrzejczak
hi, I`m looking for libmime-base64-perl (<< 2.21-1) and I can`t find it, do you know where can I download it from? thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: base64 translation

2003-12-04 Thread Derrick 'dman' Hudson
On Tue, Dec 02, 2003 at 01:09:39AM -0700, Arthur H. Edwards wrote: | I'm trying to decode an applefile ppt that is in base64 coding. I have | read that there is a utility base64-decode that might work? Yes, use the base64-decode program to decode base64 data. (unless you have it in an ema

Re: base64 translation

2003-12-02 Thread HdV
On Tue, 2 Dec 2003, Bill Goudie wrote: > Which is included in libmime-base64-perl. Visit > /usr/share/doc/libmime-base64-perl/examples. Right. Forgot all about the examples. Silly me... Grx HdV -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe".

Re: base64 translation

2003-12-02 Thread HdV
On Tue, 2 Dec 2003, user list wrote: > Thanks very much for the reply. You're welcome. > The file is powerpoint. I thought so from the ppt extension. > I will try your first suggestion since a. I don't know perl (yet?) and > b. I know nothing of base64 encoding. Thi

Re: base64 translation

2003-12-02 Thread Paul Morgan
On Tue, 02 Dec 2003 01:09:39 -0700, Arthur H. Edwards wrote: > I'm trying to decode an applefile ppt that is in base64 coding. I have > read that there is a utility base64-decode that might work? Because > packages is down, can someone tell me the appropriate package(s) to >

Re: base64 translation

2003-12-02 Thread Bill Goudie
On Tue, Dec 02, 2003 at 06:10:59AM -0700, user list wrote: > Thanks very much for the reply. The file is powerpoint. I will try your > first suggestion since a. I don't know perl (yet?) and b. I know nothing > of base64 encoding. > > Art Edwards > > On Tue, Dec 02

Re: base64 translation

2003-12-02 Thread user list
Thanks very much for the reply. The file is powerpoint. I will try your first suggestion since a. I don't know perl (yet?) and b. I know nothing of base64 encoding. Art Edwards On Tue, Dec 02, 2003 at 01:01:29PM +0100, [EMAIL PROTECTED] wrote: > On Tue, 2 Dec 2003, Arthur H. Edwar

Re: base64 translation

2003-12-02 Thread HdV
On Tue, 2 Dec 2003, Arthur H. Edwards wrote: > I'm trying to decode an applefile ppt that is in base64 coding. I have > read that there is a utility base64-decode that might work? Because > packages is down, can someone tell me the appropriate package(s) to > read? Well, if the

base64 translation

2003-12-02 Thread Arthur H. Edwards
I'm trying to decode an applefile ppt that is in base64 coding. I have read that there is a utility base64-decode that might work? Because packages is down, can someone tell me the appropriate package(s) to read? Thanks Art Edwards -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a su

Can't send base64 attachments

2003-02-24 Thread David
I attempted to post this thing on exim-user but after reconsidering, I don't think it's an exim thing.. My system is Debian mostly-stable, and all packages involved are stable, I believe.. My problem is that I cannot seem to upload emails in base64 format... at least messages above

Re: decode base64 encoded partial files with mutt?

2002-05-31 Thread Matijs van Zuijlen
On Thu, May 30, 2002 at 09:05:15PM -0500, dman wrote: > On Thu, May 30, 2002 at 06:41:55PM +0200, Matijs van Zuijlen wrote: > | On Wed, May 29, 2002 at 08:01:57PM +0200, Bruno Boettcher wrote: > | > Hello! > | > i have a guy who doesn't stop to send me the info i need in splitted > | > word documen

Re: decode base64 encoded partial files with mutt?

2002-05-30 Thread dman
On Thu, May 30, 2002 at 06:41:55PM +0200, Matijs van Zuijlen wrote: | On Wed, May 29, 2002 at 08:01:57PM +0200, Bruno Boettcher wrote: | > Hello! | > i have a guy who doesn't stop to send me the info i need in splitted | > word documents, and he's unable to change his behaviour... | | What's a spl

Re: decode base64 encoded partial files with mutt?

2002-05-30 Thread Matijs van Zuijlen
On Wed, May 29, 2002 at 08:01:57PM +0200, Bruno Boettcher wrote: > Hello! > i have a guy who doesn't stop to send me the info i need in splitted > word documents, and he's unable to change his behaviour... What's a splitted word document? -- Note that I use Debian version 3.0 Linux mus 2.4.17mvz

Re: decode base64 encoded partial files with mutt?

2002-05-29 Thread dman
ed. | now for decoding the word documents i use wv and its just fine, but | acutally i am stuck in decoding the splitted file?? One possibility, I think, I haven't read the MIME spec on split parts, is to just cat all the base64 stuff together and feed it through 'base64-decode'. Y

Re: decode base64 encoded partial files with mutt?

2002-05-29 Thread Bruno Boettcher
On Wed, May 29, 2002 at 12:24:11PM -0700, Vineet Kumar wrote: > Really? Can't ask him to try a little harder? His messages are probably nope... 55year old dude, keeping telling me that he don't understand informatics and blocks completely on every suggestion i make... > being split because they're

Re: decode base64 encoded partial files with mutt?

2002-05-29 Thread Vineet Kumar
* Bruno Boettcher ([EMAIL PROTECTED]) [020529 10:54]: > Hello! > i have a guy who doesn't stop to send me the info i need in splitted > word documents, and he's unable to change his behaviour... Really? Can't ask him to try a little harder? His messages are probably being split because they're too

decode base64 encoded partial files with mutt?

2002-05-29 Thread Bruno Boettcher
Hello! i have a guy who doesn't stop to send me the info i need in splitted word documents, and he's unable to change his behaviour... now for decoding the word documents i use wv and its just fine, but acutally i am stuck in decoding the splitted file?? the files appear as attachments in mutt wi

Re: MIME Decoding command-line tool? - base64

2002-01-22 Thread Acheron
27;ve been receiving MIME encoded messages in the mail from someone. These are base64 encoded and I'm having trouble extracting them. Is there a good command-line tool for doing this (please don't menion mutt)? The mime-codecs package contains a utility called 'base64-decode'. -- ACHERON [EMAIL PROTECTED]

Re: MIME Decoding command-line tool? - base64

2002-01-22 Thread Alvin Oga
have fun decoding alvin On Tue, 22 Jan 2002, Colin Watson wrote: > On Tue, Jan 22, 2002 at 06:48:16PM -0600, Elizabeth Barham wrote: > > I've been receiving MIME encoded messages in the mail from > > someone. These are base64 encoded and I'm having trouble extracting > >

Re: Any way to read docs in base64?

1999-03-17 Thread J.H.M. Dassen
as a proper MIME type (not "application/octet-stream", which basically means the sending mail program didn't know), and you have a viewer for that MIME type installed. Apparantly you haven't. You can still use 'v' 's' to save the attachment (with base64

Re: Any way to read docs in base64?

1999-03-17 Thread homega
Anthony Campbell dixit: > > Thanks to all for replies. I do have mutt and I just installed all the MIME > stuff but it still doesn't read the files in mutt (something to do with > mailcap I think). I also installed mpack and tried that on the exported > file but that didn't do anything either. Per

Re: Any way to read docs in base64?

1999-03-17 Thread Anthony Campbell
On 16 Mar 1999q, J.H.M. Dassen wrote: > On Tue, Mar 16, 1999 at 19:02:57 +, Anthony Campbell wrote: > > I sometimes get email with docs attached in base64 - presumably some > > Windows format? > > No. Email isn't guaranteed to be 8-bit clean in general; thus, binari

Re: Any way to read docs in base64?

1999-03-17 Thread Anthony Campbell
On 16 Mar 1999q, J.H.M. Dassen wrote: > On Tue, Mar 16, 1999 at 19:02:57 +, Anthony Campbell wrote: > > I sometimes get email with docs attached in base64 - presumably some > > Windows format? > > No. Email isn't guaranteed to be 8-bit clean in general; thus, binari

Re: Any way to read docs in base64?

1999-03-16 Thread J.H.M. Dassen
On Tue, Mar 16, 1999 at 19:02:57 +, Anthony Campbell wrote: > I sometimes get email with docs attached in base64 - presumably some > Windows format? No. Email isn't guaranteed to be 8-bit clean in general; thus, binaries need to be encoded to ensure they don't get mangled.

Any way to read docs in base64?

1999-03-16 Thread Anthony Campbell
I sometimes get email with docs attached in base64 - presumably some Windows format? Is there any way to read this in linux? I imagine there must be but have no idea what it is. Anthony -- Anthony Campbell - running Linux Debian 2.0 (Windows-free zone) Book Reviews: www.achc.demon.co.uk

Re: libmd5-perl and libmime-base64-perl

1997-12-29 Thread Scott Ellis
On Mon, 29 Dec 1997, Randy Edwards wrote: > Running hamm I tried to install the various Linux Gazette packages. > However, they depend on libwww-perl. Fine, but after selecting > libwww-perl it says it needs libmd5-perl and libmime-base64-perl and > these are nowhere to be found.

libmd5-perl and libmime-base64-perl

1997-12-29 Thread Randy Edwards
Running hamm I tried to install the various Linux Gazette packages. However, they depend on libwww-perl. Fine, but after selecting libwww-perl it says it needs libmd5-perl and libmime-base64-perl and these are nowhere to be found. Anyone know what the status is of these packages? Thanks in

Re: base64

1997-11-12 Thread joost witteveen
> I have been receiving e-mail messages in base64 and my computer is uable > to translate it. I have a powerPC. How can I get my computer to > automatically translate this language. Thanks At least one of uudeview (uudeview package), munpack, from the mpack package, will do that.

base64

1997-11-12 Thread Donovan Anderson
I have been receiving e-mail messages in base64 and my computer is uable to translate it. I have a powerPC. How can I get my computer to automatically translate this language. Thanks -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Troubl

Re: decoding base64

1997-09-16 Thread Dale Scheetz
On Mon, 15 Sep 1997 [EMAIL PROTECTED] wrote: > Hi > > I keep getting e-mail through Juno from my boyfriend who is on an aircraft > carrier. The last time, I used uuencode. This time it says base64. Can you > tell my why they are coming to me encoded. Also, is there an easy

Re: decoding base64

1997-09-16 Thread Hamish Moffatt
On Mon, Sep 15, 1997 at 06:03:11PM -0700, Jim Pick wrote: > > I keep getting e-mail through Juno from my boyfriend who is on an aircraft > > carrier. The last time, I used uuencode. This time it says base64. Can > > you > > tell my why they are coming to me encoded. Al

Re: decoding base64

1997-09-16 Thread Jim Pick
Sorry to follow up to my own message - but mimedecode doesn't do what I though it did. I was thinking of uudeview from the uudeview package. Cheers, - Jim pgprEgZoU8oOP.pgp Description: PGP signature

Re: decoding base64

1997-09-16 Thread Jim Pick
> I keep getting e-mail through Juno from my boyfriend who is on an aircraft > carrier. The last time, I used uuencode. This time it says base64. Can you > tell my why they are coming to me encoded. Also, is there an easy way for me > to decode this message. The uuencode doesn&#x

decoding base64

1997-09-15 Thread BecBauer
Hi I keep getting e-mail through Juno from my boyfriend who is on an aircraft carrier. The last time, I used uuencode. This time it says base64. Can you tell my why they are coming to me encoded. Also, is there an easy way for me to decode this message. The uuencode doesn't work. May

Re: Decodeing base64 stuff

1997-04-03 Thread Manoj Srivastava
Hi, For completeness, I will mention Emacs + gnus + Tm or Emacs + Vm. manoj -- "Bidet? Try washing your whole body." anon Manoj Srivastava mailto:[EMAIL PROTECTED]> Mobile, Alabama USAhttp://www.datasync.com/%7Esrivasta/>

Re: Decodeing base64 stuff

1997-04-02 Thread d1temp
On 2 Apr, Dale Scheetz wrote: > On Wed, 2 Apr 1997, Stan Brown wrote: >> Is there a utility that I can use in Deban to decode base64 files? > Dispite all the very interesting suggestions so far, I think that what you > are looking for is the mpack package in the mail sectio

Re: Decodeing base64 stuff

1997-04-02 Thread Dale Scheetz
On Wed, 2 Apr 1997, Stan Brown wrote: > Is there a utility that I can use in Deban to decode base64 files? > Dispite all the very interesting suggestions so far, I think that what you are looking for is the mpack package in the mail section. This package provides mpack and munpack an

Re: Decodeing base64 stuff

1997-04-02 Thread James W. Lynch
- Received message begins Here - > > Is there a utility that I can use in Deban to decode base64 files? > > Thanks. > > -- > Stan Brown [EMAIL PROTECTED] > 404-996-6955 > Factory Automation Syste

RE: Decodeing base64 stuff

1997-04-02 Thread Dave Ross
man munpack (part of MIME). Regards, Dave Ross, Senior Technical Specialist -Original Message- From: Alfons Juan i Ciscar [SMTP:[EMAIL PROTECTED] Sent: Wednesday, April 02, 1997 3:46 PM To: Stan Brown Cc: Debian User List Subject:Re: Decodeing base64 stuff

Re: Decodeing base64 stuff

1997-04-02 Thread Alfons Juan i Ciscar
uudecode should work Alfons Juan On Wed, 2 Apr 1997, Stan Brown wrote: > Is there a utility that I can use in Deban to decode base64 files? > > Thanks. > > -- > Stan Brown [EMAIL PROTECTED] > 404-996-6955 > Fa

Re: Decodeing base64 stuff

1997-04-02 Thread Heiko Schlittermann
On Apr 2, Stan Brown wrote : Is there a utility that I can use in Deban to decode base64 files? Pipe through MetaMail ... Use mutt as your mailreader ... Heiko -- email : [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] pgp : A1 7D F6 7B 69 73 48 35 E1 DE 21 A7 A8 9A 77 92

Re: Decodeing base64 stuff

1997-04-02 Thread Santiago Vila Doncel
-BEGIN PGP SIGNED MESSAGE- Stan Brown wrote: > Is there a utility that I can use in Deban to decode base64 files? Pine does it automatically. -BEGIN PGP SIGNATURE- Version: 2.6.3i Charset: latin1 iQCVAgUBM0JPSCqK7IlOjMLFAQEz2gQAqZ/FNeinMWEqd0/87IW5EwJueZu1N

RE: Decodeing base64 stuff

1997-04-02 Thread Rick
-BEGIN PGP SIGNED MESSAGE- On 02-Apr-97 Stan Brown wrote: > Is there a utility that I can use in Deban to decode base64 files? > > Thanks. > >-- >Stan Brown [EMAIL PROTECTED] >404-996-6955 >Factory Automa

Decodeing base64 stuff

1997-04-02 Thread Stan Brown
Is there a utility that I can use in Deban to decode base64 files? Thanks. -- Stan Brown [EMAIL PROTECTED]404-996-6955 Factory Automation Systems Atlanta Ga. -- Look, look, see Windows 95. Buy, lemmings, buy! Pay no attention to that