php-christianriesen-otp
PHP library to check HOTP and TOTP one time passwords
Implements hotp according to RFC4226 and totp according to RFC6238 (only
sha1 algorithm). Once you have a secret, you can use it directly in this
class to create the passwords themselves (mainly for debugging use) or use
the check functions to safely check the validity of the keys. The checkTotp
function also includes a helper to battle timedrift.
dynamic-motd
gives some informations when you log into a server through SSH
dynamic-motd replaces the standard /etc/motd prompt by a more dynamic thingy,
which is also modular, so you can customize the SSH motd with information from
your system.
php-christianriesen-base32
PHP library to encode/decode the Base32 format
Base32, defined in IETF RFC 4648, is an encoding for arbitrary binary data
into the characters A-Z, numbers 2-7, and the equals sign [=], for padding.
manpages-fi
Finnish man pages
This package contains manual pages translated into Finnish,
originating from a large number of projects which do not ship
translated man pages themselves, including the traditional Linux
manpages. The exact projects and man pages might change from
release to release, so please look at the actually shipped files
for the current set.
libpgpool2
pgpool control protocol library
pgpool-II is a middleware that works between PostgreSQL servers and a
PostgreSQL database client. This package contains the pgpool control
protocol library (libpcp).
python3-flask-jwt-extended
Flask extension for JSON Web Token (JWT) support
Flask-JWT-Extended not only adds support for using JSON Web Tokens (JWT) to
Flask for protecting routes, but also many helpful (and optional) features
built in to make working with JSON Web Tokens easier. These include: