On Mon, 2006-05-15 at 11:06 -0700, [EMAIL PROTECTED] wrote:
> plain text document attachment (Re:)
> Actually i did try base 64 decoding , only to get nothin in the
> file..Sorry if i seem extremely ignorant(I am!)..i just started to
> work on these, cant find tutorials and the only source i have is some
> man page which doesnt help me much.
> Heres what i did. I pasted this to a file
> 
> AQO2SoMgtzHArqduMTayjjzXvciXeMh97BD5TioQAn4JJC4keaNhXYe0
> MKSN/vlk6sAs59Pn/Uh1aHmYQdOKKSSX
> 
> ran openssl and did base64 -d -in filename -out outfilename
> 
> outfilename had 0 bytes
> Sorry if im bothering you guys too much, but im really in need of help
> 

$ cat bb.b64
AQO2SoMgtzHArqduMTayjjzXvciXeMh97BD5TioQAn4JJC4keaNhXYe0
MKSN/vlk6sAs59Pn/Uh1aHmYQdOKKSSX
$ openssl base64 -in bb.b64 -out bb.bin -d
$ od -x bb.bin
0000000 0301 4ab6 2083 31b7 aec0 6ea7 3631 8eb2
0000020 d73c c8bd 7897 7dc8 10ec 4ef9 102a 7e02
0000040 2409 242e a379 5d61 b487 a430 fe8d 64f9
0000060 c0ea e72c e7d3 48fd 6875 9879 d341 298a
0000100 9724
0000102

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to