Skip to content

Commit

Permalink
deprecate old ciphers
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Sep 21, 2016
1 parent 3e4b2fe commit acee3cf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion libraries/joomla/crypt/cipher/3des.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
/**
* JCrypt cipher for Triple DES encryption, decryption and key generation.
*
* @since 12.1
* @since 12.1
* @deprecated 4.0 Without replacment use JCryptCipherCrypto
*/
class JCryptCipher3Des extends JCryptCipherMcrypt
{
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/crypt/cipher/blowfish.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
/**
* JCrypt cipher for Blowfish encryption, decryption and key generation.
*
* @since 12.1
* @since 12.1
* @deprecated 4.0 Without replacment use JCryptCipherCrypto
*/
class JCryptCipherBlowfish extends JCryptCipherMcrypt
{
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/crypt/cipher/mcrypt.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
/**
* JCrypt cipher for mcrypt algorithm encryption, decryption and key generation.
*
* @since 12.1
* @since 12.1
* @deprecated 4.0 Without replacment use JCryptCipherCrypto
*/
abstract class JCryptCipherMcrypt implements JCryptCipher
{
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/crypt/cipher/rijndael256.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
/**
* JCrypt cipher for Rijndael 256 encryption, decryption and key generation.
*
* @since 12.1
* @since 12.1
* @deprecated 4.0 Without replacment use JCryptCipherCrypto
*/
class JCryptCipherRijndael256 extends JCryptCipherMcrypt
{
Expand Down

0 comments on commit acee3cf

Please sign in to comment.