Generate Key not working

Nikolay Lesho
Tera Contributor

I have been attempting to generate a key for a Cryptographic Module in my personal development instance (I've encountered the same problem in my company's developer instance as well).

 

I have Column Level Encryption installed on my instance, and assigned all the sn_kmf roles to myself

 

I have gone through all the stages in the Crypto Specification Lifecycle. The crypto purpose is "Symmetric Data Encryption/Decryption" and the algorithm is "AES 256 CBC".

 

When I click on "Generate Key", nothing shows up in the "Module Keys" related list. 

 

Upon attempting to generate keys multiple times, I have reviewed some of the errors in the Logs:

 

failure getting key from the KMF, Key ID: [key id name]
Error: com.glide.kmf.commons.CryptoOperationException: Error decrypting key on KeySecure

 

Unable to generate HMAC using KMF:Could not fetch key information for mac_generation:
no thrown error

 

Error decrypting key on KeySecure: keyIdL kmf_file_keystore_imk: com.glide.kmf.exception.KMFKeySecureAPIException: Endpoint not found.:

 

ModuleKeyApiException error while generating key: com.glide.kmf.ModuleKeyApiException: Could not register key: cooke_encryption, Error: com.glide.kmf.AKMFKeyRegistry$KeyRegistroyException: Error in key registrtion for key cookie_encryption: com.glide.kmf.commons.CryptoOperationException

 

Thank you in advance for any and all help!

1 REPLY 1

cnshum
Tera Contributor

Hi i am experiencing the exact error logs as well. Do you have any fix for this?