nokogiri-xmlsec-instructure 0.10.2
Adds support to Ruby for encrypting, decrypting, signing and validating the signatures of XML documents, according to the [XML Encryption Syntax and Processing](http://www.w3.org/TR/xmlenc-core/) standard, and the [XML Signature Syntax and Processing](http://www.w3.org/TR/xmldsig-core/) standard by wrapping around the [xmlsec](http://www.aleksey.com/xmlsec) C library and adding relevant methods to `Nokogiri::XML::Document`. Implementation is based off nokogiri-xmlsec by Colin MacKenzie IV with very heavy modifications.
Gemfile:
=
install:
=
Runtime Dependencies (1):
nokogiri
>= 1.11.2
Development Dependencies (8):
appraisal
>= 0
bundler
~> 2.1
byebug
>= 0
guard-rake
>= 0
guard-rspec
>= 0
rake
>= 0
rake-compiler
>= 0
rspec
>= 0