Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 2398  / 2 Years ago, sun, july 17, 2022, 4:22:04

I'm writing an extension to a python program that will need to store passwords and need to access them during non interactive cronjobs (during the user is not logged in).



My first approach was to use seahorse to store the password. But seahorse is not accessible when the user is not logged in, is it?


More From » python

 Answers
6

an other approach:



A daemon start on users first time login collecting passwords from gnome-keyring and providing a private fifo (mode 0600) on which it will wait for requests (e.g. 'PROTOCOL:USER@HOST') and answer with password.


[#34934] Monday, July 18, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cretanol

Total Points: 320
Total Questions: 99
Total Answers: 115

Location: Australia
Member since Sat, May 27, 2023
1 Year ago
cretanol questions
Fri, Dec 2, 22, 13:30, 1 Year ago
Thu, Dec 8, 22, 03:00, 1 Year ago
Mon, Aug 1, 22, 03:21, 2 Years ago
Fri, Sep 24, 21, 16:28, 3 Years ago
Sun, Apr 24, 22, 06:37, 2 Years ago
;