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.
libpdf-writer-perl
PDF writer abstraction layer
PDF::Writer is a generalised API that allows a module that generates PDFs to
transparently target multiple backends without changing its code. The
currently supported backends are:
* PDF::API2
* PDFlib (versions 3+)
* Mock
If both PDF::API2 and pdflib_pl are available, PDF::API2 is preferred.
If neither is available, a run-time exception will be thrown.