Sha256: 775153440075d171ab53954cd0c9f4682f60f9df292b92000ac26f712f53b13b

Contents?: true

Size: 1.02 KB

Versions: 9

Compression:

Stored size: 1.02 KB

Contents

# Ruby/NTLM -- NTLM Authentication Library for Ruby

[![Build Status](https://travis-ci.org/WinRb/rubyntlm.png)](https://travis-ci.org/WinRb/rubyntlm)

Ruby/NTLM provides message creator and parser for the NTLM authentication. 

__100% Ruby__

Simple Example
--------------

### Creating NTLM Type 1 message

```ruby
   t1 = NTLM::Message::Type1.new()
```

### Parsing NTLM Type 2 message from server

```ruby
   t2 = NTLM::Message.parse(message_from_server)
```

### Creating NTLM Type 3 message

```ruby
   t3 = t2.response({:user => 'user', :password => 'passwd'})
```

Support
-------

https://groups.google.com/forum/?fromgroups#!forum/rubyntlm

Contributing
------------
1. Fork it.
2. Create a branch (git checkout -b my_feature_branch)
3. Commit your changes (git commit -am "Added a sweet feature")
4. Push to the branch (git push origin my_feature_branch)
5. Create a pull requst from your branch into master (Please be sure to provide enough detail for us to cipher what this change is doing)

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/rubyntlm-0.4.0/README.md
vagrant-cloudstack-1.2.0 vendor/bundle/gems/rubyntlm-0.4.0/README.md
vagrant-cloudstack-1.1.0 vendor/bundle/gems/rubyntlm-0.4.0/README.md
rubyntlm-0.4.0 README.md
rubyntlm-0.3.4 README.md
rubyntlm-0.3.3 README.md
rubyntlm-0.3.2 README.md
rubyntlm-0.3.1 README.md
rubyntlm-0.3.0 README.md