mvdan / bitw

Minimalist BitWarden client
BSD 3-Clause "New" or "Revised" License
169 stars 15 forks source link

support dbus service encryption algorithms other than "plain" #17

Closed mvdan closed 3 years ago

mvdan commented 4 years ago

Otherwise, the secret contents are going around dbus in plaintext. See the TODO around this code in dbus.go:

    switch algo {
    case "plain":