defuse / php-encryption

Simple Encryption in PHP.
MIT License
3.78k stars 308 forks source link

Added SensitiveParameter attribute to all places accepting a password or a key in a string form. #513

Closed defuse closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #513 (915ffc1) into master (1da53bd) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##             master     #513   +/-   ##
=========================================
  Coverage     89.43%   89.43%           
  Complexity      217      217           
=========================================
  Files             9        9           
  Lines           965      965           
=========================================
  Hits            863      863           
  Misses          102      102           
Impacted Files Coverage Δ
src/Core.php 78.28% <100.00%> (ø)
src/Crypto.php 98.85% <100.00%> (ø)
src/Encoding.php 98.01% <100.00%> (ø)
src/File.php 85.22% <100.00%> (ø)
src/Key.php 100.00% <100.00%> (ø)
src/KeyOrPassword.php 96.42% <100.00%> (ø)
src/KeyProtectedByPassword.php 91.66% <100.00%> (ø)