File: crypt.man

package info (click to toggle)
tcltrf 2.1.4-dfsg3-8
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,656 kB
  • sloc: ansic: 73,139; sh: 3,155; tcl: 1,343; makefile: 182; exp: 22
file content (23 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[include common/trf_version.inc]
[manpage_begin crypt n [vset trf_version]]
[titledesc "Password hashing based on \"crypt\""]
[include common/trf_header.inc]
[description]

The command [cmd crypt] is an interface to the [syscmd crypt(3)]
function for the encryption of passwords. An alternative command for
the same, but based on [term md5] is [cmd md5crypt].

[para]

[list_begin definitions]
[call [cmd crypt] [arg password] [arg salt]]

Encrypts the [arg password] using the specified [arg salt] and returns
the generated hash value as the result of the command.

[list_end]

[see_also trf-intro md5crypt]
[keywords crypt password md5 {message digest} mac hashing hash authentication]
[manpage_end]