Libraries tagged by Agorithm
nekman/luhn-algorithm
718654 Downloads
Implementation of the Luhn algorithm in PHP. Used in validation of credit card numbers and some national identification numbers.
fisharebest/algorithm
81434 Downloads
Implementation of standard algorithms in PHP.
emcconville/point-reduction-algorithms
172970 Downloads
A collection of algorithms for reducing the number of points in polyline
doganoo/php-algorithms
3914 Downloads
A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell
web-token/jwt-signature-algorithm-none
3570765 Downloads
None Signature Algorithm the JWT Framework.
web-token/jwt-signature-algorithm-eddsa
4065090 Downloads
EdDSA Signature Algorithm the JWT Framework.
web-token/jwt-encryption-algorithm-rsa
1976440 Downloads
RSA Based Key Encryption Algorithms the JWT Framework.
web-token/jwt-encryption-algorithm-aeskw
1309073 Downloads
AES Key Wrapping Based Key Encryption Algorithms the JWT Framework.
web-token/jwt-encryption-algorithm-aesgcm
1928215 Downloads
AES GCM Based Content Encryption Algorithms the JWT Framework.
web-token/jwt-encryption-algorithm-aescbc
2190298 Downloads
AES CBC Based Content Encryption Algorithms the JWT Framework.
tga/simhash-php
39439 Downloads
SimHash similarities algorithm implementation for PHP 5.3
sop/crypto-types
1100390 Downloads
A PHP library of various ASN.1 types for cryptographic applications.
niiknow/bayes
35591 Downloads
a machine learning lib
jmgq/a-star
49854 Downloads
A* (A Star) algorithm for PHP
ionux/phactor
53937 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.