File: account-configs.md

package info (click to toggle)
oidc-agent 4.2.6-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,560 kB
  • sloc: ansic: 22,657; makefile: 711; sh: 494
file content (12 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
## Account Configuration Files
The generated account configuration files contain sensitive information (i.e.
client credentials and the refresh token) and are therefore stored in an
encrypted way.

All encryption done in the `oidc-agent` project are done through the
[`libsodium library`](https://github.com/jedisct1/libsodium), which is
also used by software such as `Discord`, `RavenDB`, or `Wire`.

The encryption uses an `XSalsa20` stream cipher.