Re: [Evolution] Base64 Decoder
- From: Ambrogio <fn050202 flashnet it>
- To: evolution-list gnome org, neelu_dhiman persistent co in
- Subject: Re: [Evolution] Base64 Decoder
- Date: Sun, 25 Jun 2006 16:31:09 +0200
Il giorno gio, 22/06/2006 alle 19.53 +0530,
neelu_dhiman persistent co in ha scritto:
Hi,
Can anyone please tell me where can I find the C code for Base64
decoding. I have to decode the password stored by Evolution, that is
base64 encoded, how can I?
A little perl script
#!/usr/bin/perl
use MIME::Base64;
while ($riga = <>)
{
$decoded=decode_base64($riga);
print $decoded;
}
from the shell use
# perl decode64.pl < file_to_decode
or
#perl decode64.pl
"Write here the encoded string"
Bye
Ambrogio
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]