- Add support for argon2 encryption #18
- Update supported ruby version, now supporting ruby 3.x only
- Semaphore updates
- Update ruby versions
- Add to sempahore for CI
- fix various spelling issues
- Update minimum ruby versions to modern versions
- Support bcrypt password entries #12
- Support authentication at the password file level
- implement --verify commandline option (-v in apache htpasswd)
- implement --stdin commandline option (-i in apache htpasswd)
- Remove highline dependency - #9
- Tomdoc the public interface - #10
- Extract the commandline objects to their own module - #2
- Use a secure comparison when comparing digests - #11
- Clarify project license (its MIT) - #7
- Cleanup travis ci config - #8
- performance improvement in large passwd files - #4
- Update dependencies
- Update project layout/tooling
- Official notation that this project uses Semantic Versioning
- Add Chulki Lee as contributor.
- Update highline dependency
- Change the default algorithm in htpasswd-ruby to be MD5
- Convert tests to minitest
- Update to fixme project structure
- General update to ruby 1.9/2.0
- Fix all -w warnings
- update highline dependency
- Change project layout
- fix require dependency chain
- fix gem dependency on rake
- Initial public release
- Look at 'htpasswd-ruby' and 'htdigest-ruby' to get started.