Registry / auth / win32-security

win32-security

JSON →
library0.5.0rbrubygemsunverified

Provides an interface for dealing with security related aspects of MS Windows, such as SIDs, ACLs, and ACEs.

gem install win32-security
INSTALL
IMPORT
SIG · WIN32-SECURITY
W
win32-security
authrubyv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Win32::Security
require 'win32/security'

Creates a SID object for the local system account and prints its name.

require 'win32/security' sid = Win32::Security::SID.new('S-1-5-18') puts sid.account_name
Debug
Known issues
gotchaOnly works on Microsoft Windows systems.
fix
Ensure your application runs on Windows before using this gem.
affects: >= 0.0.0
Upgrade
Version history
0.5.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Resources
win32-security — gem install win32-security · libregistry