php-encryption icon indicating copy to clipboard operation
php-encryption copied to clipboard

Simple Encryption in PHP.

Results 12 php-encryption issues
Sort by recently updated
recently updated
newest added

it seems its required for the package to work in https://github.com/defuse/php-encryption/blob/9b77beb6e1cd997aecfd2392849db5afab128b5e/src/Crypto.php#L282

https://github.com/defuse/php-encryption/pkgs/container/php-encryption%2Fphp-actions_phpunit_php-encryption

I had to pay for Travis-CI to fix the build tests so let's see if we can switch everything to GitHub Actions.

I made a poor choice when I was separating `KeyProtectedByPassword`'s password-based encryption from the regular password-based encryption this library's public API exposes. I separated them by simply hashing the password...

SECURITY
v3.0

I noticed this while running it locally: ``` $ vendor/bin/psalm Warning: "findUnusedBaselineEntry" will default to "true" in Psalm 6. You should explicitly enable or disable this setting. Warning: "findUnusedCode" will...

bug

I was wondering, why is this public/exposed, all the other "Internal" methods appear to be private. I couldn't find external references to it. Just an oversight? https://github.com/defuse/php-encryption/blob/90060874f868d0711890e67456b4f26930fc478f/src/File.php#L457 It's not a...

v3.0

* Check if first argument of `test.sh` is a file instead of its existence * Add "fast" argument to skip test in "@group slow" * Small fixes to the bash...

* Require PHP-CS-Fixer as dev dependency * Modify .gitignore to ignore php_cs.cache and generated coverage files * Run the "fix" command on the codebase

When including v2.4.0 phar, I get the following error: `The application may only be invoked from a command line, got "apache2handler"` I don't have that issue when loading v2.3.1. PHP...