Revision history for Session-Storage-Secure 0.004 2013-01-25 15:10:34 America/New_York [CHANGES] - Seeding is now done by Crypt::URandom, which uses the best non-blocking source of random data on a given platform, including Win32 0.003 2013-01-17 08:47:45 America/New_York [BUG FIXES] - ISAAC is now seeded from /dev/urandom instead of /dev/random to avoid blocking. urandom is sufficient for seeding a CPRNG that itself is generating salt to permute the actual secret key. 0.002 2013-01-15 23:06:47 America/New_York [BUG FIXES] - Specify MIME::Base64 3.12 as minimum for encode/decode_base64url 0.001 2013-01-10 22:07:12 America/New_York - First release