Guest User

Untitled

a guest
Oct 16th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. @w = Digest::SHA1.hexdigest(id+q_id+text+session)
  2.  
  3. @w = Digest::SHA1.hexdigest(ans.id.to_s + ans.q_id.to_s + ans.text + ans.session)
  4.  
  5. @w = Digest::SHA1.hexdigest("#{id}#{q_id}#{text}#{session}")
Add Comment
Please, Sign In to add comment