Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个嵌入在浏览器中的 JavaFX 应用程序,我想使用作为JNLP一部分的 PersistenceService 来存储应用程序设置。
之前没用过PersistenceService,有几个关于PersistenceService的问题:
(a) 它是否以任何方式加密或保护通过它存储的数据?
(b) 使用 Persistence Service 存储刷新令牌是否合理?
不,它不会自动加密。如果您要在那里存储机密数据,您应该自己加密它(显然,使用仅存储在服务器端的密钥。)