Displaying 2 results from an estimated 2 matches for "202cb962ac59075b964b07152d234b70".
2012 Mar 01
1
MD5 in action
Hello guys, I need to make a hash in each register, but I don''t know how
I can do this.
Just like this:
<%= link_to :action => "index", :hash => MD5 :project.id %>
/index?hash=202cb962ac59075b964b07152d234b70
Thank all!
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from t...
2007 Jan 23
1
dovecotpw/sql crypt scheme core dump with rc17-19
...p SQL, and began getting this:
dovecot: Jan 23 16:37:47 Error: child 8718 (auth-worker) killed with signal 11
Passwords are stored as "zxcv..." in SQL.
I changed default_pass_scheme from CRYPT to PLAIN, and no troubles.
I then tried dovecotpw:
dovecotpw -p 123 -s PLAIN-MD5
{PLAIN-MD5}202cb962ac59075b964b07152d234b70
dovecotpw -p 123 -s CRYPT
Segmentation Fault (core dumped)
So I then tried this:
truss dovecotpw -p 123 -s crypt
open64("/dev/urandom", O_RDONLY) = 3
read(3, "F80E82 c", 4) = 4
fcntl(3, F_GETFD, 0x00000000) = 0
fcnt...