Keychain in Julia

Hi All,

I am looking for a keychain where I can store some cryptographic keys safely. The the keys should be encrypted for most part save actual cryptographic operations. This is mostly to avoid stealing of crypto information by memory debugging or analyzing coredump etc. Apple Mac keychain or DPAPI of MS can be considered similar systems although they can also use the hardware crypto modules the systems have. I am not looking for a hardware assisted module as such.

Is there any such package developed in Julia currently?

regards,

Sambit