Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v8plus / man / man1 / cryptdir.1
CommitLineData
920dae64
AT
1.TH CRYPTDIR 1 "1 January 1993"
2.SH NAME
3cryptdir \- encrypt/decrypt all files in a directory
4.SH SYNOPSIS
5.B cryptdir
6[
7.I dir
8]
9.br
10.B decryptdir
11[
12.I dir
13]
14.SH INTRODUCTION
15.B cryptdir
16encrypts all files in the current directory (or the given directory
17if one is provided as an argument). When called as decryptdir
18(i.e., same program, different name), all files are decrypted.
19
20.SH NOTES
21When encrypting, you are prompted twice for the password as a
22precautionary measure. It would be a disaster to encrypt files with a
23password that wasn't what you intended.
24
25In contrast, when decrypting, you are only prompted once. If it's the
26wrong password, no harm done.
27
28Encrypted files have the suffix .crypt appended. This prevents files
29from being encrypted twice. The suffix is removed upon decryption.
30Thus, you can easily add files to an encrypted directory and run
31cryptdir on it without worrying about the already encrypted files.
32.SH BUGS
33
34The man page is longer than the program.
35
36.SH SEE ALSO
37.I
38"Exploring Expect: A Tcl-Based Toolkit for Automating Interactive Programs"
39\fRby Don Libes,
40O'Reilly and Associates, January 1995.
41.SH AUTHOR
42Don Libes, National Institute of Standards and Technology