The qDecoder Project

Modify Delete Post Reply Forward List
Written by Seung-young Kim ([email protected]) Hits: 63 , Lines: 140
RE: [qDecoder] Re: [qDecoder] Re: RE: [qDecoder] [Q] 윈도우에서 crypt 함수를 쓸수 있는 방법이 없을까요?
네… CrazyWWWBoard의 NT 버젼에서도 crypt()를 쓰는데,
이게 포팅해서 쓴거거든요… 오래된 일이라 기억이 희끗희끗합니다만…
그런데, 모든 시스템마다 다른 결과가 나오지는 않을꺼에요…
integer 크키가 2바이트냐 4바이트냐 8바이트냐에 따라서 다르게 나오지
않을까 싶네요… 참, MD5도 거의 모든 시스템에서 같은 결과가 나오긴
하는데, Digital Unix(Alpha)에서는 결과가 다르더군요… 빅인디안
리틀인디안에 따라서 좀 다른건지, 아무튼 예전에 그런일이 있어서
좀 고생을 한 적이 있거든요… (라이센스키가 안 먹어서리… 🙂
참고하십사…


Seung-young Kim
OpenBIRD, Inc. http://www.openbird.com

> —–Original Message—–
> From: [email protected] [mailto:owner-
> [email protected]]On Behalf Of Eung-ju Park
> Sent: Tuesday, October 23, 2001 7:10 PM
> To: [email protected]
> Subject: [qDecoder] Re: [qDecoder] Re: RE: [qDecoder] [Q] 윈도우에서
> crypt 함수를 쓸수 있는 방법이 없을까요?
>
>
> 제가 어디서 줏어 들은 애기로는 crypt는 운영체계마다 다른 값이 나온다고
> 들었습니다. MD5는 운영체제가 달라도 같은 값이 나오구요.
>
> 그래서 그런지 요즘은 BSD건 리눅스건 계정 암호저장할 때 MD5를 추천하더군
> 요.
>
> —– Original Message —–
> From: "Seung-young Kim" <[email protected]>
> To: "’The qDecoder Project’" <[email protected]>
> Sent: Tuesday, October 23, 2001 6:42 PM
> Subject: RE: [qDecoder] Re: RE: [qDecoder] [Q] 윈도우에서 crypt 함수를
>  쓸수
> 있는 방법이 없을까요?
>
>
> > 이게 코드가 어디 있을겁니다… 별 문제없이 윈도우로
> > 포팅이 가능할거라 생각이 됩니다만… 리눅스 소스에
> > 있지 않을까용… 여기까지 ^^;
> > —
> > Seung-young Kim
> > OpenBIRD, Inc. http://www.openbird.com
> >
> > > —–Original Message—–
> > > From: Yong-jun Choi [mailto:[email protected]]
> > > Sent: Tuesday, October 23, 2001 5:25 PM
> > > To: [email protected]
> > > Subject: [qDecoder] Re: RE: [qDecoder] [Q] 윈도우에서 crypt 함수를
>  쓸수
> > > 있는 방법이 없을까요?
> > >
> > >
> > >
> > > 답변 감사합니다.
> > >
> > > 단순하게 해쉬된 결과를 알수 있는 방법으로 qMD5Str()이 있는것은
> > > 알고 있었습니다만,
> > >
> > > 제가 필요로 하는것은 비밀번호 확인을 위한 작업입니다.
> > >
> > > 물론 crypt()함수를 DES뿐만아니라 해쉬가 관련되었다는건
> > > 얼핏 들은것 같은데, 자세한건 제가 알지 못하는거든요.
> > > (간단한 설명 부탁드립니당.. ^^;)
> > >
> > > 윈도우에서 구현방법 또는 라이브러리등의 방법은 없을까요?
> > >
> > > – 온새미로
> > >
> > >
> > > Seung-young Kim wrote:
> > > > 단순하게 hash된 결과가 필요하신건가요…
> > > > 아니면 비밀번호 확인을 하기 위한 작업인지요…
> > > > 단순히 hash를 위한 함수라면 qMD5Str()을
> > > > 사용하시면 됩니다…
> > > >
> > > > —
> > > > Seung-young Kim
> > > > OpenBIRD, Inc. http://www.openbird.com
> > > >
> > > > > —–Original Message—–
> > > > > From: [email protected] [mailto:owner-
> > > > > [email protected]]On Behalf Of Yong-jun Choi
> > > > > Sent: Tuesday, October 23, 2001 3:18 PM
> > > > > To: [email protected]
> > > > > Subject: [qDecoder] [Q] 윈도우에서 crypt 함수를 쓸수 있는 방법
> 이
> > > > > 없을까요?
> > > > >
> > > > >
> > > > >
> > > > > 안녕하세요?
> > > > > 최근 제가 qDecoder로 CGI프로그래밍을 하는데,
> > > > > 윈도우용 CGI를 만들고 있습니다.
> > > > >
> > > > > 그런데, 리눅스에서 사용하던 crypt()함수를 사용하고 싶은데,
> > > > > 리눅스에서 사용하는 crypt()함수와 동일한 윈도우용 crypt()함수를
> > > > > 쓸수 있는 방법을 알고 싶습니다.
> > > > >
> > > > > 항상 행복하세요! =)
> > > > >
> > > > > – 온새미로
> > > > >
> > > > >
> > > > > http://www.qdecoder.org/apps/CrazyWWWBoard.cgi?db=questions
> > > > > —
> > > > > The qDecoder Project           <http://www.qDecoder.org>
> > > > > To unsubscribe: send mail to [email protected] with
> > > > > "unsubscribe qDecoder" in the body of the message.
> > > > >
> > > >
> > > > —
> > > > The qDecoder Project           <http://www.qDecoder.org>
> > > > To unsubscribe: send mail to [email protected] with
> > > > "unsubscribe qDecoder" in the body of the message.
> > > >
> > >
> > >
> > >
> > > http://www.qdecoder.org/apps/CrazyWWWBoard.cgi?db=questions
> > >
> >
> > —
> > The qDecoder Project           <http://www.qDecoder.org>
> > To unsubscribe: send mail to [email protected] with
> > "unsubscribe qDecoder" in the body of the message.
> >
>
> —
> The qDecoder Project           <http://www.qDecoder.org>
> To unsubscribe: send mail to [email protected] with
> "unsubscribe qDecoder" in the body of the message.
>


The qDecoder Project           <http://www.qDecoder.org>
To unsubscribe: send mail to [email protected] with
"unsubscribe qDecoder" in the body of the message.
Prev : Re: mysql에서 select시 NULL일 경우 처리법은?
Next : [qDecoder] Re: [qDecoder] Re: RE: [qDecoder]
October 23, 2001 (19:23) from (anonymous host)
CrazyWWWBoard 98 Professional Edition II
Modify Delete Post Reply Forward List

[Home] [About] [Examples] [Changes] [Download] [Install] [Reference] [Bugs] [Q&A;]
Netchestra bizWorker