Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 19-Jun-2024 | - | ||||
tests/ | H | 19-Jun-2024 | - | |||
CREDITS | H A D | 30-Aug-2022 | 19 | 3 | 2 | |
README.md | H A D | 30-Aug-2022 | 454 | 13 | 9 | |
config.m4 | H A D | 19-Jun-2024 | 743 | 20 | 15 | |
config.w32 | H A D | 19-Jun-2024 | 474 | 14 | 11 | |
libsodium.c | H A D | 19-Jun-2024 | 114.9 KiB | 3,661 | 3,342 | |
libsodium.stub.php | H A D | 19-Jun-2024 | 22.9 KiB | 743 | 200 | |
libsodium_arginfo.h | H A D | 19-Jun-2024 | 68.9 KiB | 1,267 | 1,076 | |
php_libsodium.h | H A D | 19-Jun-2024 | 1.8 KiB | 45 | 19 | |
sodium_pwhash.c | H A D | 19-Jun-2024 | 6.8 KiB | 205 | 139 |
README.md
1[![Build Status](https://travis-ci.org/jedisct1/libsodium-php.svg?branch=master)](https://travis-ci.org/jedisct1/libsodium-php?branch=master) 2 3libsodium-php 4============= 5 6A simple, low-level PHP extension for 7[libsodium](https://github.com/jedisct1/libsodium). 8 9Full documentation here: 10[Using Libsodium in PHP Projects](https://paragonie.com/book/pecl-libsodium), 11a guide to using the libsodium PHP extension for modern, secure, and 12fast cryptography. 13