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 ce2e92bc57
Improve design of Base64Cipher wrapping other ciphers.
Have it take in a cipher init function as an argument.
Remove the confusing `newCipher` method that matched legacy behavior
and returns a Base64Cipher(CFBCipher) -- instead explicitly ask for
that in the uses.
2020-06-12 14:36:58 -07:00
..
cipher_test.go Improve design of Base64Cipher wrapping other ciphers. 2020-06-12 14:36:58 -07:00
cipher.go Improve design of Base64Cipher wrapping other ciphers. 2020-06-12 14:36:58 -07:00
nonce.go Move cookie to pkg/encryption 2019-06-15 11:33:57 +02:00