0.0
No commit activity in last 3 years
No release in over 3 years
The windows-cng library is a wrapper for the next generation Windows cryptography API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
 Project Readme
= Description
  An interface for the Windows Next Generation Cryptography library.

= Installation
  gem install windows-cng

= Synopsis
  require 'windows/cng'

  cng = Windows::CNG.new
  cng.hash('some string')
  cng.close

= License
  Artistic 2.0

= Contributions
  Although this library is free, please consider having your company
  setup a gittip if used by your company professionally.

  http://www.gittip.com/djberg96/
    
= Copyright
  (C) 2014 Daniel J. Berger, All Rights Reserved
    
= Warranty
  This package is provided "as is" and without any express or
  implied warranties, including, without limitation, the implied
  warranties of merchantability and fitness for a particular purpose.
    
= Author
  Daniel J. Berger