Bash-Linux.com : Le SHELL pour les nuls

  Actuellement 50 lignes de commande et 1472 man disponibles
login as: root
root@213.186.33.18's password:
Last login: Wed May 30 15:33:29 2012 from 38.107.179.230
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Xcrypt en anglais

XCRYPT(3) Linux Programmer's Manual XCRYPT(3)
 
NAME


xencrypt, xdecrypt, passwd2des - RFS password encryption
 
SYNOPSIS


#include void passwd2des(char *passwd, char *key); int xencrypt(char *secret, char *passwd); int xdecrypt(char *secret, char *passwd);
 
DESCRIPTION


The function passwd2des() takes a character string passwd of arbitrary length and fills a character array key of length 8. The array key is suitable for use as DES key. It has odd parity set in bit 0 of each byte. Both other functions described here use this function to turn their argument passwd into a DES key. The xencrypt() function takes the ASCII character string secret given in hex, which must have a length that is a multiple of 16, encrypts it using the DES key derived from passwd by passwd2des(), and outputs the result again in secret as a hex string of the same length. The xdecrypt() function performs the converse operation.
 
RETURN VALUE


The functions xencrypt() and xdecrypt() return 1 on success and 0 on error.
 
VERSIONS


These routines are present in libc 4.6.27 and later, and in glibc 2.1 and later.
 
BUGS


The prototypes are missing from the abovementioned include file.
 
SEE ALSO


cbc_crypt(3)
 
COLOPHON


This page is part of release 3.05 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. 2003-04-04 XCRYPT(3)


 Dernières recherches
Man  en anglais Man xcrypt en anglaisMan  en français Man xcrypt en français
Man  en anglais Man wtmp en anglaisMan  en français Man wtmp en français
Man  en anglais Man wscanf en anglaisMan  en français Man wscanf en français
Man  en anglais Man writev en anglaisMan  en français Man writev en français
Man  en anglais Man wmemset en anglaisMan  en français Man wmemset en français
Man  en anglais Man wmemmove en anglaisMan  en français Man wmemmove en français
Man  en anglais Man wmemcpy en anglaisMan  en français Man wmemcpy en français
Man  en anglais Man wmemcmp en anglaisMan  en français Man wmemcmp en français
Man  en anglais Man wmemchr en anglaisMan  en français Man wmemchr en français
Man  en anglais Man whois en anglaisMan  en français Man whois en français
Man  en anglais Man whoami en anglaisMan  en français Man whoami en français
Man  en anglais Man who en anglaisMan  en français Man who en français
Man  en anglais Man which en anglaisMan  en français Man which en français
Man  en anglais Man whereis en anglaisMan  en français Man whereis en français
Man  en anglais Man wget en anglaisMan  en français Man wget en français

 Recherche

Dans ce moteur de recherche, vous pouvez taper directement votre besoin, en une phrase normale, humaine.
Exemple : vous cherchez comment remplacer un mot par un autre dans tous les fichiers d'un certain dossier. Vous pouvez écrire "Comment remplacer un mot par un autre dans tous les fichiers d'un dossier". Le moteur vous ramenera les résultats en fonction de leur pertinence.
Vous pouvez bien sûr ne chercher qu'un seul mot-clé, par exemple "find".
 Toutes les lignes de code
Par popularité
Par fonction
Recherche avancée
 Les logiciels SHELL/SSH
Putty
Astuces Bash
Faire du SHELL avec PHP!
 La doc officielle
Les man Linux en français
Les man Linux en anglais
 Proposer vos bash
Partagez vos lignes!
 Les requêtes
Déposer une requête
Voir/répondre à une requête
 Quelques sites interessants
Bons sites pour apprendre
 Rechercher