ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Как конвертировать base64 в текст?
@ 2005-05-15 12:10 Alexey Borovskoy
  2005-05-15 12:55 ` Dmitry Lebkov
  2005-05-15 18:00 ` Andrey Rahmatullin
  0 siblings, 2 replies; 3+ messages in thread
From: Alexey Borovskoy @ 2005-05-15 12:10 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 209 bytes --]

Доброй ночи.

Есть строка закодированная в base64. Ее надо конвертировать 
читаемый вид. Как это сделать? Что-то я торможу.

-- 
Алексей.
GPG key fingerprint
949B BC0E 2C44 7528 4F63  2753 E37A 9E3F 11F3 BDE1

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] Как конвертировать base64 в текст?
  2005-05-15 12:10 [Comm] Как конвертировать base64 в текст? Alexey Borovskoy
@ 2005-05-15 12:55 ` Dmitry Lebkov
  2005-05-15 18:00 ` Andrey Rahmatullin
  1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Lebkov @ 2005-05-15 12:55 UTC (permalink / raw)
  To: community

Alexey Borovskoy wrote:
> Доброй ночи.
> 
> Есть строка закодированная в base64. Ее надо конвертировать 
> читаемый вид. Как это сделать? Что-то я торможу.

$ perl -MMIME::Base64 -e 'print encode_base64("encodedstring");'
ZW5jb2RlZHN0cmluZw==
$ perl -MMIME::Base64 -e 'print decode_base64("ZW5jb2RlZHN0cmluZw==") . "\n";'
encodedstring

-- 
WBR, Dmitry Lebkov


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] Как конвертировать base64 в текст?
  2005-05-15 12:10 [Comm] Как конвертировать base64 в текст? Alexey Borovskoy
  2005-05-15 12:55 ` Dmitry Lebkov
@ 2005-05-15 18:00 ` Andrey Rahmatullin
  1 sibling, 0 replies; 3+ messages in thread
From: Andrey Rahmatullin @ 2005-05-15 18:00 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 423 bytes --]

On Mon, May 16, 2005 at 01:10:01AM +1300, Alexey Borovskoy wrote:
> Есть строка закодированная в base64. Ее надо конвертировать 
> читаемый вид. Как это сделать? Что-то я торможу.
recode b64..data

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

Поменяйте в настройках язык на английский, выйдите, запустите снова,
поменяйте на русский и снова перезагрузите mozilla.
		-- aen in community@

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-15 18:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-15 12:10 [Comm] Как конвертировать base64 в текст? Alexey Borovskoy
2005-05-15 12:55 ` Dmitry Lebkov
2005-05-15 18:00 ` Andrey Rahmatullin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git