Re: [LINUX:978] crypt

Deniz Dogan (deniz@ada.net.tr)
Sun, 8 Feb 1998 19:16:54 +0000 (GMT)


Merhaba,

man crypt

NAME
crypt - password and data encryption

SYNOPSIS
#include <unistd.h>

char *crypt(const char *key, const char *salt);

DESCRIPTION
crypt is the password encryption function. It is based on
the Data Encryption Standard algorithm with variations
intended (among other things) to discourage use of hard-
ware implementations of a key search.

key is a user's typed password.

salt is a two-character string chosen from the set
[a-zA-Z0-9./]. This string is used to perturb the algo-
rithm in one of 4096 different ways.
....

Guven Demir wrote:
> selam,
>
> bilgisayarimda bu c fonksiyonunu iceren bir programi derleyemiyorum.
> yanlis anlamayin, ben bir crack programi derlemeye calismiyorum. bu kendi
> yazdigim bir random password generator. nedense linker hata veriyor. bu
> fonksiyonun hangi lib'de oldugunu bilen veya nasil ogrenebilecegimi bilen
> var mi? tesekkurler.
>
> Guven Demir.
>
> Email: guven@compclub.itu.edu.tr
> HTTP : www.compclub.itu.edu.tr/~guven
>

Iyi calsimalr,

Deniz Dogan