php-encryption

Simple Encryption in PHP.

  • 所有者: defuse/php-encryption
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

php-encryption

Build Status
codecov
Latest Stable Version
Latest Unstable Version
License
Downloads

composer require defuse/php-encryption

This is a library for encrypting data with a key or password in PHP. It
requires PHP 5.6 or newer and OpenSSL 1.0.1 or newer.
We recommend using
a version of PHP that still has security
support
, which at the time of
writing means PHP 7.1 or later. Using this library with an unsupported version
of PHP could lead to security vulnerabilities.

The current version of php-encryption is v2.2.1. This library is expected to
remain stable and supported by its authors with security and bugfixes until at
least January 1st, 2021.

The library is a joint effort between Taylor Hornby and
Scott Arciszewski as well
as numerous open-source contributors.

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.

Dependencies

This library requires no special dependencies except for PHP 5.6 or newer with
the OpenSSL extensions (version 1.0.1 or later) enabled (this is the default).
It uses random_compat, which is
bundled in with this library so that your users will not need to follow any
special installation steps.

Getting Started

Start with the Tutorial. You can find instructions for
obtaining this library's code securely in the Installing and
Verifying
documentation.

After you've read the tutorial and got the code, refer to the formal
documentation for each of the classes this library provides:

If you encounter difficulties, see the FAQ answers. The fixes to
the most commonly-reported problems are explained there.

If you're a cryptographer and want to understand the nitty-gritty details of how
this library works, look at the Cryptography Details
documentation.

If you're interested in contributing to this library, see the Internal
Developer Documentation
.

Other Language Support

This library is intended for server-side PHP software that needs to encrypt data at rest.
If you are building software that needs to encrypt client-side, or building a system that
requires cross-platform encryption/decryption support, we strongly recommend using
libsodium instead.

Examples

If the documentation is not enough for you to understand how to use this
library, then you can look at an example project that uses this library:

Security Audit Status

This code has not been subjected to a formal, paid, security audit. However, it
has received lots of review from members of the PHP security community, and the
authors are experienced with cryptography. In all likelihood, you are safer
using this library than almost any other encryption library for PHP.

If you use this library as a part of your business and would like to help fund
a formal audit, please contact Taylor Hornby.

Public Keys

The GnuPG public key used to sign releases is available in
dist/signingkey.asc. Its fingerprint is:

2FA6 1D8D 99B9 2658 6BAC  3D53 385E E055 A129 1538

You can verify it against Taylor Hornby's contact
page
and
twitter.

主要指标

概览
名称与所有者defuse/php-encryption
主编程语言PHP
编程语言PHP (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2014-02-06 06:47:32
推送于2024-01-02 15:04:49
最后一次提交2023-06-19 11:10:37
发布数14
最新版本名称v2.4.0 (发布于 2023-06-19 00:16:32)
第一版名称v1.0 (发布于 2014-03-06 11:12:33)
用户参与
星数3.8k
关注者数103
派生数313
提交数709
已启用问题?
问题数349
打开的问题数9
拉请求数126
打开的拉请求数1
关闭的拉请求数52
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?