Re: [systemd-devel] Using systemd-creds for sharing secrets between services

2023-07-12 Thread Lennart Poettering
On Di, 11.07.23 08:10, Orit Kashany (okash...@nvidia.com) wrote: > Hi, > > I have one service that securely receives a user password. I need to > send this password to another service without transmitting it as > plaintext over D-Bus, considering security aspects. > > I came across systemd-creds.

[systemd-devel] Using systemd-creds for sharing secrets between services

2023-07-11 Thread Orit Kashany
Hi, I have one service that securely receives a user password. I need to send this password to another service without transmitting it as plaintext over D-Bus, considering security aspects. I came across systemd-creds. I managed to enable openssl in systemd compilation and to encrypt/decrypt a