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
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
; 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
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
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
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
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
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
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
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]
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
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".
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
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
>
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
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
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
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
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
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
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
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
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
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
* 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
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
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]
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
> >
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
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
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
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
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.
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
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.
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
> 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.
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
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
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
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
> 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
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
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/>
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
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
- 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
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
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
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
-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
-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
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
53 matches
Mail list logo