From a646d76bf38759200cb14cd7709dff4087e724df Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Fri, 20 Jul 2018 15:07:48 +0800 Subject: [PATCH] Remove cipher CrazyCrypt1 --- .env.example | 1 - app/Services/Cipher/CrazyCrypt1.php | 22 ---------------------- 2 files changed, 23 deletions(-) delete mode 100644 app/Services/Cipher/CrazyCrypt1.php diff --git a/.env.example b/.env.example index 91572c07..a4accbb2 100644 --- a/.env.example +++ b/.env.example @@ -35,7 +35,6 @@ DB_PREFIX = null # - (SALTED2)MD5, # - (SALTED2)SHA256, # - (SALTED2)SHA512, -# - CrazyCrypt1 # # New sites are *highly* recommend to use PHP_PASSWORD_HASH. # diff --git a/app/Services/Cipher/CrazyCrypt1.php b/app/Services/Cipher/CrazyCrypt1.php deleted file mode 100644 index 85507951..00000000 --- a/app/Services/Cipher/CrazyCrypt1.php +++ /dev/null @@ -1,22 +0,0 @@ -