Libraries tagged by algorithmic
web-token/jwt-encryption-algorithm-ecdh-es
793436 Downloads
ECDH-ES Based Key Encryption Algorithms the JWT Framework.
web-token/jwt-encryption-algorithm-aesgcm
2175170 Downloads
AES GCM Based Content Encryption Algorithms the JWT Framework.
web-token/jwt-encryption-algorithm-aescbc
2412438 Downloads
AES CBC Based Content Encryption Algorithms the JWT Framework.
uestla/simplex-calculator
11547 Downloads
Simple tool for linear programming problems solving
tga/simhash-php
45576 Downloads
SimHash similarities algorithm implementation for PHP 5.3
savvot/random
279229 Downloads
Deterministic pseudo-random generators library with dozens of useful functions and several sources of randomness
niiknow/bayes
59414 Downloads
a machine learning lib
jmgq/a-star
57164 Downloads
A* (A Star) algorithm for PHP
ionux/phactor
93831 Downloads
Phactor is a high-performance PHP implementation of the elliptic curve math functions required to generate & verify private/public (asymmetric) EC keypairs and ECDSA signatures based on secp256k1 curve parameters. This library also includes a class to generate Service Identification Numbers (SINs) based on the published Identity Protocol v1 spec.
hexogen/kdtree
97219 Downloads
file system KDTree index
xxtea/xxtea
43445 Downloads
XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for PHP.
wikimedia/running-stat
869050 Downloads
PHP implementations of online statistical algorithms
sycho/codecs-base64vlq
1354011 Downloads
Codec for VLQ (variable-length quantity) Base64 algorithm
stymiee/php-simple-encryption
10263 Downloads
The PHP Simple Encryption library is designed to simplify the process of encrypting and decrypting data while ensuring best practices are followed. By default is uses a secure encryption algorithm and generates a cryptologically strong initialization vector so developers do not need to becomes experts in encryption to securely store sensitive data.
pedrosancao/php-otp
77930 Downloads
PHP implementation of HMAC-based one-time password algorithm according to RFC 4226 and RFC 6238 compatible with Google Authenticator