[ buster ]
[ 原始碼: php-defuse-php-encryption ]
套件:php-defuse-php-encryption(2.2.1-1)
php-defuse-php-encryption 的相關連結
Debian 的資源:
下載原始碼套件 php-defuse-php-encryption:
- [php-defuse-php-encryption_2.2.1-1.dsc]
- [php-defuse-php-encryption_2.2.1.orig.tar.gz]
- [php-defuse-php-encryption_2.2.1-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Simple Encryption in PHP
This is a library for encrypting data with a key or password in PHP.
What separates this library from other PHP encryption libraries is, firstly, that it is secure. The authors used to encounter insecure PHP encryption code on a daily basis, so they created this library to bring more security to the ecosystem. Secondly, this library is "difficult to misuse." Like libsodium, its API is designed to be easy to use in a secure way and hard to use in an insecure way.
其他與 php-defuse-php-encryption 有關的套件
|
|
|
|
-
- dep: php-cli
- command-line interpreter for the PHP scripting language (default)
同時作為一個虛擬套件由這些套件填實: php7.3-cli
-
- dep: php-common
- Common files for PHP packages
-
- dep: php-random-compat (>= 2)
- PHP 5.x polyfill for random_bytes() and random_int() from PHP 7
-
- rec: composer
- dependency manager for PHP