Derive a single DES key from a NUL-terminated ASCII string (deprecated).
Declared in <openssl/des.h>
[[deprecated]]
void
DES_string_to_key(
char const* str,
DES_cblock* key);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| str | Password / passphrase string mixed into an 8-byte key. |
| key | Destination DES key block. |