From: Anka Anka Date: 2008-05-22T07:51:39+09:00 Subject: htpasswd How to generate apache password with ruby? I have to generate from ruby code the same password like htpasswd2 -m make. In other words: from ruby on rails application I have to generate a password, which will be used not only for login, but also to generate apache config files (e.g. password files for subversion) - so the password must be exactly the same. Can someone help me? Sorry for my english... -- Posted via http://www.ruby-forum.com/.