Generates a new encryption key file.
genenk --output_enkfile file_name [--random_seed number]
Argument |
Datatype |
Default value |
Description |
---|---|---|---|
* output_enkfile |
string |
Encryption key file to create; must be writable. |
|
random_seed |
integer |
An integer to use as the random seed. |
Return value |
Indicates |
---|---|
0 |
The command ran successfully; the result is true/success. |
1 |
The command failed. |
This command line example generates a new encryption key file (.enk) in the C:\Sybase\Security directory:
securetool genenk --enkfile C:\Sybase\Security\.enk