ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Re: [Talk] md4
  @ 2004-08-26 11:25   ` Andrey Rahmatullin
  2004-08-27  4:55     ` Alexey Novikov
  0 siblings, 1 reply; 7+ messages in thread
From: Andrey Rahmatullin @ 2004-08-26 11:25 UTC (permalink / raw)
  To: ALT Linux general discussion list

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

On Fri, Aug 20, 2004 at 04:30:54PM +0400, Alexey Tourbin wrote:
>> Вот md5sum есть в пакете coreutils. А чем считают md4? 
>openssl dgst -md4 [file...]

Похожий вопрос - чем в проге на С (С++, точнее) считать md5 и sha1, если
линковаться с libssl не хочется? Только руками? Если да, то где лучше
всего взять готовый алгоритм?

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

<raorn> наш jpegtran не корёжит exif, родной (или таки бсдшный?) - корёжит
<gvy> raorn, вешай багу :)

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

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

* Re: [Comm] Re: [Talk] md4
  2004-08-26 11:25   ` [Comm] Re: [Talk] md4 Andrey Rahmatullin
@ 2004-08-27  4:55     ` Alexey Novikov
  2004-08-29  9:13       ` Andrey Rahmatullin
  0 siblings, 1 reply; 7+ messages in thread
From: Alexey Novikov @ 2004-08-27  4:55 UTC (permalink / raw)
  To: community

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

>Похожий вопрос - чем в проге на С (С++, точнее) считать md5 и sha1, если
>линковаться с libssl не хочется? Только руками? Если да, то где лучше
>всего взять готовый алгоритм?

Лучше взять из textutils. Оно нам есть.:)
Например вот я в свое время выдирал для md5(в аттаче).

-- 
С уважением,
Алексей Новиков

[-- Attachment #2: md5.tar.bz2 --]
[-- Type: application/octet-stream, Size: 5042 bytes --]

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

* Re: [Comm] Re: [Talk] md4
  2004-08-27  4:55     ` Alexey Novikov
@ 2004-08-29  9:13       ` Andrey Rahmatullin
  2004-08-29  9:53         ` Andrey Rahmatullin
  0 siblings, 1 reply; 7+ messages in thread
From: Andrey Rahmatullin @ 2004-08-29  9:13 UTC (permalink / raw)
  To: community

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

On Fri, Aug 27, 2004 at 08:55:18AM +0400, Alexey Novikov wrote:
>Лучше взять из textutils. Оно нам есть.:)
Там и sha1 есть? ИМХО нету.

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

[...] размножение ядер лучше делать автоматизированным...
		-- mouse in devel@

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

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

* Re: [Comm] Re: [Talk] md4
  2004-08-29  9:13       ` Andrey Rahmatullin
@ 2004-08-29  9:53         ` Andrey Rahmatullin
  2004-08-30  4:27           ` Alexey Novikov
  0 siblings, 1 reply; 7+ messages in thread
From: Andrey Rahmatullin @ 2004-08-29  9:53 UTC (permalink / raw)
  To: community

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

On Sun, Aug 29, 2004 at 03:13:51PM +0600, Andrey Rahmatullin wrote:
>>Лучше взять из textutils. Оно нам есть.:)
>Там и sha1 есть? ИМХО нету.
Всё, уже не надо.

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

На месте администратора сервера, раздающего nfs, мне бы не хотелось, чтобы
nfs становился доступным раньше sshd.
		-- ldv in devel@

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

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

* Re: [Comm] Re: [Talk] md4
  2004-08-29  9:53         ` Andrey Rahmatullin
@ 2004-08-30  4:27           ` Alexey Novikov
  2004-08-30  5:02             ` [Comm][JT] " Andrey Rahmatullin
  0 siblings, 1 reply; 7+ messages in thread
From: Alexey Novikov @ 2004-08-30  4:27 UTC (permalink / raw)
  To: community

>On Sun, Aug 29, 2004 at 03:13:51PM +0600, Andrey Rahmatullin wrote:
>>>Лучше взять из textutils. Оно нам есть.:)
>>Там и sha1 есть? ИМХО нету.
>Всё, уже не надо.
Как хотите, но и оно там есть.:)
$ ls -1 | grep sha1
sha1sum.c

это textutils-2.0.17-alt1.src.rpm (да, давно это было:)

-- 
С уважением,
Алексей Новиков


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

* Re: [Comm][JT] Re: [Talk] md4
  2004-08-30  4:27           ` Alexey Novikov
@ 2004-08-30  5:02             ` Andrey Rahmatullin
  2004-08-30  6:01               ` Alexey Novikov
  0 siblings, 1 reply; 7+ messages in thread
From: Andrey Rahmatullin @ 2004-08-30  5:02 UTC (permalink / raw)
  To: community

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

On Mon, Aug 30, 2004 at 08:27:17AM +0400, Alexey Novikov wrote:
>$ ls -1 | grep sha1
>sha1sum.c
>это textutils-2.0.17-alt1.src.rpm (да, давно это было:)
Гмда...

$ sha1sum --version
sha1sum (GNU coreutils) 5.3.0


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

>Скачал с Сизифа книги: alt-docs-extras-computerra [...] и т.д.
>А вот найти их у себя не могу где они находятся и как их почитать?
Если Вы их все же установили, то можно, например, почитать их так:
for f in $(rpm -ql `rpm -qa|grep alt-docs`|grep index); do
       mozilla file://"$f"
done

Но лучше начните с man rpm.
		-- aris in sisyphus@

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

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

* Re: [Comm][JT] Re: [Talk] md4
  2004-08-30  5:02             ` [Comm][JT] " Andrey Rahmatullin
@ 2004-08-30  6:01               ` Alexey Novikov
  0 siblings, 0 replies; 7+ messages in thread
From: Alexey Novikov @ 2004-08-30  6:01 UTC (permalink / raw)
  To: community

>On Mon, Aug 30, 2004 at 08:27:17AM +0400, Alexey Novikov wrote:
>>$ ls -1 | grep sha1
>>sha1sum.c
>>это textutils-2.0.17-alt1.src.rpm (да, давно это было:)
>Гмда...
>
>$ sha1sum --version
>sha1sum (GNU coreutils) 5.3.0

Ага..:) Это было больше года назад, когда у меня еще
был ALM20.:) В нем это было еще textutils.

-- 
С уважением,
Алексей Новиков


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

end of thread, other threads:[~2004-08-30  6:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-26 11:25   ` [Comm] Re: [Talk] md4 Andrey Rahmatullin
2004-08-27  4:55     ` Alexey Novikov
2004-08-29  9:13       ` Andrey Rahmatullin
2004-08-29  9:53         ` Andrey Rahmatullin
2004-08-30  4:27           ` Alexey Novikov
2004-08-30  5:02             ` [Comm][JT] " Andrey Rahmatullin
2004-08-30  6:01               ` Alexey Novikov

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