eve icon indicating copy to clipboard operation
eve copied to clipboard

[WIP] Replace fscrypt related operations with calls to fscrypt library

Open shjala opened this issue 5 months ago • 1 comments

Replace the fscrypt related operations in the ext4 handler with calls to the fscrypt library instead of using the fscrypt binary and parsing the output using regex which was error-prone and inefficient.

  • [x] getProtectorIDByName
  • [ ] getRemoveProtectorParams
  • [ ] isFscryptEnabled
  • [ ] getVaultStatus
  • [ ] getPolicyIDByProtectorID
  • [ ] etc.

shjala avatar Jul 02 '25 10:07 shjala

@shjala I was thinking of it but people complain that the API is not stable

rucoder avatar Jul 09 '25 11:07 rucoder