Equivalent of Data Protection API on Linux

前端 未结 2 502
自闭症患者
自闭症患者 2021-02-05 08:33

Microsoft Windows 2000 and later versions expose the Data Protection API (DPAPI) that encrypts data for a per-user or per-system context. The caller does not provide a key with

2条回答
  •  Happy的楠姐
    2021-02-05 09:25

    There are two options for user-level key stores on Linux:

    • GnomeKeyring
    • KWallet

    This does not address the need for a system-level key store.

提交回复
热议问题