From 5100cc8c467670a507f4a418634b468b41dafa0f Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Fri, 16 Jun 2017 17:09:56 -0400 Subject: [PATCH] Adding initial question list at the beginning of the FAQ --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index e486643..49bf67a 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,3 +1,5 @@ +* [What algorithms are available for creating symmetric encryption keys? For asymmetric encryption keys (i.e., key pairs)?](https://github.com/OpenKMIP/PyKMIP/wiki/FAQ#what-algorithms-are-available-for-creating-symmetric-encryption-keys-for-asymmetric-encryption-keys-ie-key-pairs) + ### What algorithms are available for creating symmetric encryption keys? For asymmetric encryption keys (i.e., key pairs)? The KMIP specification supports a wide variety of symmetric and asymmetric key algorithms. Support for these algorithms, including corresponding key lengths, will vary across different KMIP-compliant devices, so check with your KMIP vendor or with your appliance documentation to determine which ones are available.