Lines Matching full:algorithm
17 \fB/usr/bin/encrypt\fR \fB-a\fR \fIalgorithm\fR [\fB-v\fR]
29 \fB/usr/bin/decrypt\fR \fB-a\fR \fIalgorithm\fR [\fB-v\fR]
37 This utility encrypts or decrypts the given file or stdin using the algorithm
88 \fB\fB-a\fR \fIalgorithm\fR\fR
91 Specify the name of the algorithm to use during the encryption or decryption
110 Specify the file containing the key value for the encryption algorithm. Each
111 algorithm has specific key material requirements, as stated in the PKCS#11
196 framework. Each supported algorithm is an alias of the PKCS #11 mechanism that
198 algorithm type. For example, \fBdes\fR is an alias to \fBCKM_DES_CBC_PAD\fR and
199 \fBarcfour\fR is an alias to \fBCKM_RC4\fR. Algorithm variants with no padding
209 more secure key using the PBKDF2 algorithm specified in PKCS #5.
213 is turned into an encryption key using the \fBPBKDF2\fR algorithm as defined
233 Algorithm Keysize: Min Max
304 \fBExample 6 \fREncrypting an Input File Using the 3DES Algorithm