You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2025. It is now read-only.
1 Why password is really needed?
I read password is needed for hdd encryption of keys (Secret keys), but checking the code I didn't notice any, so is the password/passhprase really needed? Also there is part of SecretKeys in Pgp object but they do not seem to be used ?
// Im still learning pgp, so maybe I dont get sth right...
You have fixed KEY_RING_ID = email in the code, which is always used in building keys
1 Why password is really needed?
I read password is needed for hdd encryption of keys (Secret keys), but checking the code I didn't notice any, so is the password/passhprase really needed? Also there is part of SecretKeys in Pgp object but they do not seem to be used ?
// Im still learning pgp, so maybe I dont get sth right...