rack-devel archive mirror (unofficial) https://groups.google.com/group/rack-devel
 help / color / mirror / Atom feed
* New encrypted_cookie gem: encrypted sessions for Rack
@ 2011-03-05 23:18 Christian von Kleist
  0 siblings, 0 replies; only message in thread
From: Christian von Kleist @ 2011-03-05 23:18 UTC (permalink / raw)
  To: Rack Development

I've created a gem called encrypted_cookie which gives Rack encrypted,
integrity-protected session storage in cookies. (The integrity
protection is the same as the normal Rack::Session::Cookie, and the
added encryption is 128-bit AES).

I'd *really* appreciate feedback on the security of my implementation
from other Rack users. If you'd like to try it out, it's very easy to
use:

1) gem install encrypted_cookie
2) Then do this in your Rack app:

  require 'encrypted_cookie'

  use Rack::Session::EncryptedCookie,
    :secret => TYPE_YOUR_LONG_RANDOM_STRING_HERE

More information at https://github.com/cvonkleist/encrypted_cookie

Much thanks in advance to anyone who can comment on the security of
this approach!

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-06  0:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-05 23:18 New encrypted_cookie gem: encrypted sessions for Rack Christian von Kleist

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).