1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-28 09:08:44 +02:00
oauth2-proxy/pkg/encryption
Nick Meves b6931aa4ea
Add GCM Cipher support
During the upcoming encoded session refactor, AES GCM is ideal
to use as the Redis (and other DB like stores) encryption wrapper
around the session because each session is encrypted with a
distinct secret that is passed by the session ticket.
2020-06-12 14:36:58 -07:00
..
cipher_test.go Add GCM Cipher support 2020-06-12 14:36:58 -07:00
cipher.go Add GCM Cipher support 2020-06-12 14:36:58 -07:00
nonce.go Move cookie to pkg/encryption 2019-06-15 11:33:57 +02:00