JKS保护 [英] JKS protection

查看:137
本文介绍了JKS保护的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

JKS(Java Key Store)文件是否加密?它们是否为加密密钥提供完全保护,还是仅需要依赖访问控制?

有没有办法确保密钥受到保护?



/ p>

解决方案

p>他们被加密。



算法是依赖于提供者。提供者将根据密码返回密钥/证书。如果您需要强大的安全性,请查找使用强加密的密钥库提供程序。


Are JKS (Java Key Store) files encrypted? Do they provide full protection for encryption keys, or do I need to rely solely on access control?
Is there a way to ensure that the keys are protected?

I'm interested in the gritty details, including algorithm, key management, etc. Is any of this configurable?

解决方案

They are encrypted.

The algorithm is provider dependent. The provider will return the key/certificate based on a password. If you need strong security, find a keystore provider that uses a strong encryption.

这篇关于JKS保护的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆