-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
How do I remove a key from the keychain (or purge the keychain)? My current flow is:
User enters password in rails UI, the sidekiq worker does something like GPGME::Key.import(File.open("#{user_id}.ppk")).
I am able to decrypt data, however, when the worker is done, I can decrypt data with any password as that key is in memory. I need to remove that key from the keychain the valid password for that key is required to decrypt data again.
Metadata
Metadata
Assignees
Labels
No labels