python-pkgconfig
Python interface to the pkg-config command line tool
pkgconfig is a Python module to interface with the pkg-config command line tool
and supports Python 2.6+.
It cabe used to:
-Check if a package exists
-Check if a package meets certain version requirements
-Query CFLAGS and LDFLAGS
-Parse the output to build extensions with setup.py
ruby-protected-attributes
Protect attributes from mass assignment in Active Record models
This plugin adds the class methods `attr_accessible` and `attr_protected` to
your models to be able to declare white or black lists of attributes, avoiding
attacks by parameter injection against Rails applications.
ruby-attr-required
attr_required and attr_optional support for Ruby
REQUIRED and OPTIONAL are common terminology in RFCs, and used for protocol
parameters. This gem helps RFC library developers to define which parameters
(attributes in Ruby world) are REQUIRED and which are OPTIONAL.
python3-pyelliptic
High level Python wrapper for OpenSSL (Python 3)
PyElliptic is a Python module that provides high level access to the
OpenSSL library, featuring elliptic curve cryptography (ECC), symmetric
cryptography and more.
ruby-omniauth-shibboleth
OmniAuth Shibboleth strategies for OmniAuth
OmniAuth Shibboleth strategy is an OmniAuth strategy for authenticating
through Shibboleth (SAML)
python-nacl
Python bindings to libsodium (Python 2)
PyNaCl is a Python binding to the Networking and Cryptography library (in the
form of libsodium), a crypto library with the stated goal of improving
usability, security and speed.