[ANN] win32-security 0.1.0

D

Daniel Berger

Hi everyone,

The Win32Utils Team is happy to announce the first release of the win32-security
library.

Haha, yes, I know, Windows "Security". Get it out of your system now. Done? Ok.

= What is it?
A library that encapsulates various aspects of Windows security. For now it only
includes a class that encapsulates SID's. Future releases will include classes
that encapsulate ACL's, ACE's, Tokens, etc.

(There's some partially complete work for other classes in CVS if you're interested)

= Quick example
require 'win32/security'
include Win32

sid = Security::SID.open('djberge')

sid.valid? # => true
sid.to_s # => "S-1-5-21-3733855671-1102023144-2002619019-1000"
sid.length # => 28
sid.sid # => "\001\005\000\000\000\000\000\005\025\000\000\000..."

= Where is it?
On our project page of course, at http://www.rubyforge.org/projects/win32utils.
It's also listed on the RAA at http://raa.ruby-lang.org/project/win32-security.

= How do I get it?
gem install win32-security

Or, download the .zip file and install manually

Enjoy!

The Win32Utils Team
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

[ANN] win32-clipboard 0.5.0 0
[ANN] win32-nio 0
[ANN] win32-open3 0.1.0 0
[ANN] win32-sapi 0.1.0 3
[ANN] win32-changejournal 0.1.0 0
[ANN] win32-service 0.7.0 0
[ANN] win32-sound 0.1.0 2
[ANN] win32-dir 0.1.0 5

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top