Crypt (Unix)

Crypt (Unix)

In Unix computing, crypt is the name of both a utility program and a C programming function. Though both are used for encrypting data, they are otherwise essentially unrelated. To distinguish between the two, writers often refer to the utility program as crypt(1), because it is documented in section 1 of the Unix manual pages, and refer to the C library function as crypt(3), because its documentation is in manual section 3.

Read more about Crypt (Unix):  Command Filter crypt(1), Library Function crypt(3)