GNU bug report logs - #17360
base64 bug of result ending founded

Previous Next

Package: coreutils;

Reported by: Алексей <gasx <at> rambler.ru>

Date: Mon, 28 Apr 2014 08:25:02 UTC

Severity: normal

Tags: notabug

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ruediger Meier <sweet_f_a <at> gmx.de>
To: 17360 <at> debbugs.gnu.org
Subject: bug#17360: base64 bug of result ending founded
Date: Mon, 28 Apr 2014 10:56:07 +0200
On Monday 28 April 2014, Алексей wrote:
> I take some difference of results base64 command and base64 php
> function
>
> *echo "111111" | base64*
> give result
> *MTExMTExCg==*

echo prints a newline per default
$ echo -n "111111" | base64
MTExMTEx

>
> but base64 php function give result
> *MTExMTEx*

cu,
Rudi




This bug report was last modified 11 years and 22 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.