Changeset 91

Show
Ignore:
Timestamp:
01/23/08 22:16:41 (7 months ago)
Author:
abedra
Message:

modified initialization vector

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • incubator/encrypted_cookie_store/lib/encrypted_cookie_store.rb

    r90 r91  
    2121    cipher.encrypt 
    2222    cipher.key = "b629c8bfdb173fb9dbdd64c4be8ca5fa1e06e2273f50a588be5e8172e7d0b02039f0b3e177eed6396591c3c35892f558a4c4272ec030b3906b9dd65880dd74db" 
    23     cipher.iv = "_cask_strength_audit_session
     23    cipher.iv = "3f89h2f8h98dsfhidushf78ef9hdhf
    2424    encrypted_cookie = cipher.update(cookie) 
    2525    encrypted_cookie << cipher.final 
     
    3131    cipher.decrypt 
    3232    cipher.key = "b629c8bfdb173fb9dbdd64c4be8ca5fa1e06e2273f50a588be5e8172e7d0b02039f0b3e177eed6396591c3c35892f558a4c4272ec030b3906b9dd65880dd74db" 
    33     cipher.iv = "_cask_strength_audit_session
     33    cipher.iv = "3f89h2f8h98dsfhidushf78ef9hdhf
    3434    decrypted_cookie = cipher.update(cookie) 
    3535    decrypted_cookie << cipher.final