Is there a ruby script to generate password for .htpasswd
? Thanks!
views:
15answers:
1
+2
A:
HTAuth is a pure Ruby implementation of the Apache htpasswd and htdigest utilities. It also sports an API so you can use the functionality from within your own Ruby code without running external scripts.
Lars Haugseth
2010-09-13 08:57:41