1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-10 04:18:14 +02:00
oauth2-proxy/pkg/encryption
Nick Meves 1979627534
Move Encrypt/Decrypt Into helper to session_state.go
This helper method is only applicable for Base64 wrapped
encryption since it operated on string -> string primarily.
It wouldn't be used for pure CFB/GCM ciphers. After a messagePack
session refactor, this method would further only be used for
legacy session compatibility - making its placement in cipher.go
not ideal.
2020-06-12 14:46:35 -07:00
..
cipher_test.go Move Encrypt/Decrypt Into helper to session_state.go 2020-06-12 14:46:35 -07:00
cipher.go Move Encrypt/Decrypt Into helper to session_state.go 2020-06-12 14:46:35 -07:00
nonce.go Move cookie to pkg/encryption 2019-06-15 11:33:57 +02:00
utils_test.go Split non-cipher code to utils.go out of ciphers.go 2020-06-12 14:36:58 -07:00
utils.go Add EncryptInto/DecryptInto Unit Tests 2020-06-12 14:42:42 -07:00