Sign inSign up

va1da5/cookie-encrypt

By va1da5

Updated over 2 years ago

A simple reverse proxy designed specifically to encrypt cookies

Image
Security
Web servers
0

243

va1da5/cookie-encrypt repository overview

A simple reverse proxy designed specifically to encrypt cookies.

Environment Variables

  • SERVER (Default: 0.0.0.0:8000) - On which port to listen
  • SECRET (Required) - Secret used to encrypt cookie values
  • BACKEND (Example: http://google.com) - Destination backend including scheme
  • DOMAIN (Example: mydomain.com) - Overwrite cookie domain field with custom value
  • HTTPONLY (Default: false) - Toogle HttpOnly option on cookies
  • SECURE (Default: false) - Toogle Secure option on cookies
  • IGNORE (Example: uuid,PHPSESSID) - Comma separated list of Cookie names that should be ignored

🛃 Source Code

Tag summary

Content type

Image

Digest

sha256:c33fa3384

Size

8.4 MB

Last updated

over 2 years ago

docker pull va1da5/cookie-encrypt