Skip to content

Releases: mmeyer2k/dcrypt

8.0.1

23 Feb 21:42
170823b
Compare
Choose a tag to compare
  • Released 8.0.1 before merging PR

8.0.0

23 Feb 21:41
c8c35e8
Compare
Choose a tag to compare
  • Aes has been renamed to AesCbc.
  • Many improvents to structure and readability
  • Added normalized hmac wrapper

Remove legacy crud from internal API

23 Feb 07:04
6709b94
Compare
Choose a tag to compare
7.0.1

Update Cryptobase.php

Remove the `Random` class

13 Feb 22:01
5757af9
Compare
Choose a tag to compare

Makes project simpler and more maintainable.

Remove obsolete bindings

09 Feb 01:31
53a47ad
Compare
Choose a tag to compare
6.0.3

Remove unneeded PHP5 support blocks

Added missing type hint

07 Feb 23:01
d19ca48
Compare
Choose a tag to compare
6.0.2

Update Hash.php

Fix to composer-less autoloader

26 Jan 18:09
533ed76
Compare
Choose a tag to compare

Also fixes some docs

Changes to OTP

26 Jan 06:57
7df5737
Compare
Choose a tag to compare
  • Refined OTP algorithm
  • Removed undocumented Huffman functions/tests

Drop PHP5 and mcrypt support

23 Jan 19:22
6ed5f92
Compare
Choose a tag to compare
Convert to PHP7 (#7)

* Convert to php7

* Update Random.php

* Update Aes.php

* Update Aes.php

* Update .travis.yml

* Update Str.php

* Update Random.php

* Update Cryptobase.php

* Update Hash.php

* Update Hash.php

* Update Pkcs7.php

* Update Cryptobase.php

* Update Pkcs7.php

* Update Support.php

* Update Otp.php

* Update Otp.php

* Update Huffman.php

* Update Rc4.php

* Update AesCtr.php

* Delete Mcrypt.php

* Delete McryptTest.php

* Update Spritz.php

* Update README.md

* Update README.md

* no message

* Delete mcryptvectors.json

* Delete BlockCiphersGenericTest.php

* Update AesTest.php

* Update Hash.php

* Update Rc4.php

* Update Support.php

* Update Spritz.php

* Update README.md

* Update Cryptobase.php

* Update Cryptobase.php

* Update Hash.php

* Update Hash.php

* Update load.php

* Update load.php

* Update Support.php

* Update Cryptobase.php

Make random byte generator more robust against failure

20 Dec 20:23
11ad280
Compare
Choose a tag to compare