Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_sql.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Łojewski <marcin.lojewski@mlojewski.me>2018-07-02 22:59:42 +0300
committerMarcin Łojewski <marcin.lojewski@mlojewski.me>2018-07-07 10:21:40 +0300
commit5c702edee7b1edce6930f899f287b1a89b7e3905 (patch)
treea79614d7f835ec36022518e5c526179b5d018285 /lib/Crypto
parent874564d315ebb90fb70c0af19167532a072542f2 (diff)
hashing -> hash
Diffstat (limited to 'lib/Crypto')
-rw-r--r--lib/Crypto/AbstractCrypt.php6
-rw-r--r--lib/Crypto/CourierMD5.php2
-rw-r--r--lib/Crypto/CourierMD5Raw.php2
-rw-r--r--lib/Crypto/CourierSHA1.php2
-rw-r--r--lib/Crypto/CourierSHA256.php2
-rw-r--r--lib/Crypto/Crypt.php2
-rw-r--r--lib/Crypto/CryptArgon2.php2
-rw-r--r--lib/Crypto/CryptBlowfish.php2
-rw-r--r--lib/Crypto/CryptExtendedDES.php2
-rw-r--r--lib/Crypto/CryptMD5.php2
-rw-r--r--lib/Crypto/CryptSHA256.php2
-rw-r--r--lib/Crypto/CryptSHA512.php2
-rw-r--r--lib/Crypto/CryptStandardDES.php2
-rw-r--r--lib/Crypto/Joomla.php2
-rw-r--r--lib/Crypto/MD5.php2
-rw-r--r--lib/Crypto/Phpass.php2
-rw-r--r--lib/Crypto/SHA1.php2
-rw-r--r--lib/Crypto/SHA512Whirlpool.php2
-rw-r--r--lib/Crypto/SSHA.php2
-rw-r--r--lib/Crypto/SSHA256.php2
-rw-r--r--lib/Crypto/SSHA512.php2
-rw-r--r--lib/Crypto/WCF2.php2
22 files changed, 24 insertions, 24 deletions
diff --git a/lib/Crypto/AbstractCrypt.php b/lib/Crypto/AbstractCrypt.php
index 7ce1c94..e27e957 100644
--- a/lib/Crypto/AbstractCrypt.php
+++ b/lib/Crypto/AbstractCrypt.php
@@ -22,8 +22,8 @@
namespace OCA\UserSQL\Crypto;
/**
- * Abstract Unix Crypt hashing implementation.
- * The hashing algorithm depends on the chosen salt.
+ * Abstract Unix Crypt hash implementation.
+ * The hash algorithm depends on the chosen salt.
*
* @see crypt()
* @author Marcin Łojewski <dev@mlojewski.me>
@@ -52,7 +52,7 @@ abstract class AbstractCrypt extends AbstractAlgorithm
}
/**
- * Generate a salt string for the hashing algorithm.
+ * Generate a salt string for the hash algorithm.
*
* @return string The salt string.
*/
diff --git a/lib/Crypto/CourierMD5.php b/lib/Crypto/CourierMD5.php
index 6e8e71f..c2463e3 100644
--- a/lib/Crypto/CourierMD5.php
+++ b/lib/Crypto/CourierMD5.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * Courier MD5 hashing implementation.
+ * Courier MD5 hash implementation.
*
* @author Marcin Łojewski <dev@mlojewski.me>
*/
diff --git a/lib/Crypto/CourierMD5Raw.php b/lib/Crypto/CourierMD5Raw.php
index 39fd3db..094eab3 100644
--- a/lib/Crypto/CourierMD5Raw.php
+++ b/lib/Crypto/CourierMD5Raw.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * Courier MD5 RAW hashing implementation.
+ * Courier MD5 RAW hash implementation.
*
* @author Marcin Łojewski <dev@mlojewski.me>
*/
diff --git a/lib/Crypto/CourierSHA1.php b/lib/Crypto/CourierSHA1.php
index 15d2ef3..6a96a44 100644
--- a/lib/Crypto/CourierSHA1.php
+++ b/lib/Crypto/CourierSHA1.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * Courier SHA1 hashing implementation.
+ * Courier SHA1 hash implementation.
*
* @author Marcin Łojewski <dev@mlojewski.me>
*/
diff --git a/lib/Crypto/CourierSHA256.php b/lib/Crypto/CourierSHA256.php
index 3bf0ed6..081cd9d 100644
--- a/lib/Crypto/CourierSHA256.php
+++ b/lib/Crypto/CourierSHA256.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * Courier SHA256 hashing implementation.
+ * Courier SHA256 hash implementation.
*
* @author Marcin Łojewski <dev@mlojewski.me>
*/
diff --git a/lib/Crypto/Crypt.php b/lib/Crypto/Crypt.php
index 609bdcb..c28763a 100644
--- a/lib/Crypto/Crypt.php
+++ b/lib/Crypto/Crypt.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * Unix Crypt hashing implementation.
+ * Unix Crypt hash implementation.
*
* @see crypt()
* @author Marcin Łojewski <dev@mlojewski.me>
diff --git a/lib/Crypto/CryptArgon2.php b/lib/Crypto/CryptArgon2.php
index 14efb64..ed4aafb 100644
--- a/lib/Crypto/CryptArgon2.php
+++ b/lib/Crypto/CryptArgon2.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * Argon2 Crypt hashing implementation.
+ * Argon2 Crypt hash implementation.
*
* @see crypt()
* @author Marcin Łojewski <dev@mlojewski.me>
diff --git a/lib/Crypto/CryptBlowfish.php b/lib/Crypto/CryptBlowfish.php
index 8e4a35e..6e1b8a5 100644
--- a/lib/Crypto/CryptBlowfish.php
+++ b/lib/Crypto/CryptBlowfish.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * Blowfish Crypt hashing implementation.
+ * Blowfish Crypt hash implementation.
*
* @see crypt()
* @author Marcin Łojewski <dev@mlojewski.me>
diff --git a/lib/Crypto/CryptExtendedDES.php b/lib/Crypto/CryptExtendedDES.php
index b09baab..d6654c4 100644
--- a/lib/Crypto/CryptExtendedDES.php
+++ b/lib/Crypto/CryptExtendedDES.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * Extended DES Crypt hashing implementation.
+ * Extended DES Crypt hash implementation.
*
* @see crypt()
* @author Marcin Łojewski <dev@mlojewski.me>
diff --git a/lib/Crypto/CryptMD5.php b/lib/Crypto/CryptMD5.php
index 6ca2e3b..0211f7e 100644
--- a/lib/Crypto/CryptMD5.php
+++ b/lib/Crypto/CryptMD5.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * MD5 Crypt hashing implementation.
+ * MD5 Crypt hash implementation.
*
* @see crypt()
* @author Marcin Łojewski <dev@mlojewski.me>
diff --git a/lib/Crypto/CryptSHA256.php b/lib/Crypto/CryptSHA256.php
index fad91b3..b4e2b41 100644
--- a/lib/Crypto/CryptSHA256.php
+++ b/lib/Crypto/CryptSHA256.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * SHA256 Crypt hashing implementation.
+ * SHA256 Crypt hash implementation.
*
* @see crypt()
* @author Marcin Łojewski <dev@mlojewski.me>
diff --git a/lib/Crypto/CryptSHA512.php b/lib/Crypto/CryptSHA512.php
index 11f3b8f..e32238f 100644
--- a/lib/Crypto/CryptSHA512.php
+++ b/lib/Crypto/CryptSHA512.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * SHA512 Crypt hashing implementation.
+ * SHA512 Crypt hash implementation.
*
* @see crypt()
* @author Marcin Łojewski <dev@mlojewski.me>
diff --git a/lib/Crypto/CryptStandardDES.php b/lib/Crypto/CryptStandardDES.php
index 7d8fa7d..bf2b4ec 100644
--- a/lib/Crypto/CryptStandardDES.php
+++ b/lib/Crypto/CryptStandardDES.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * Standard DES Crypt hashing implementation.
+ * Standard DES Crypt hash implementation.
*
* @author Marcin Łojewski <dev@mlojewski.me>
*/
diff --git a/lib/Crypto/Joomla.php b/lib/Crypto/Joomla.php
index e5dd2ca..46af41c 100644
--- a/lib/Crypto/Joomla.php
+++ b/lib/Crypto/Joomla.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * Joomla hashing implementation.
+ * Joomla hash implementation.
*
* @author Marcin Łojewski <dev@mlojewski.me>
*/
diff --git a/lib/Crypto/MD5.php b/lib/Crypto/MD5.php
index a4ba435..b995b9c 100644
--- a/lib/Crypto/MD5.php
+++ b/lib/Crypto/MD5.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * MD5 hashing implementation.
+ * MD5 hash implementation.
*
* @author Marcin Łojewski <dev@mlojewski.me>
*/
diff --git a/lib/Crypto/Phpass.php b/lib/Crypto/Phpass.php
index 586658c..d193917 100644
--- a/lib/Crypto/Phpass.php
+++ b/lib/Crypto/Phpass.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * phpass hashing implementation.
+ * phpass hash implementation.
*
* @author Marcin Łojewski <dev@mlojewski.me>
*/
diff --git a/lib/Crypto/SHA1.php b/lib/Crypto/SHA1.php
index a534212..6a1c707 100644
--- a/lib/Crypto/SHA1.php
+++ b/lib/Crypto/SHA1.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * SHA1 hashing implementation.
+ * SHA1 hash implementation.
*
* @author Marcin Łojewski <dev@mlojewski.me>
*/
diff --git a/lib/Crypto/SHA512Whirlpool.php b/lib/Crypto/SHA512Whirlpool.php
index 1fd3988..4f36e9a 100644
--- a/lib/Crypto/SHA512Whirlpool.php
+++ b/lib/Crypto/SHA512Whirlpool.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * SHA512 Whirlpool hashing implementation.
+ * SHA512 Whirlpool hash implementation.
*
* @author Marcin Łojewski <dev@mlojewski.me>
*/
diff --git a/lib/Crypto/SSHA.php b/lib/Crypto/SSHA.php
index f0f46d9..ddae4b2 100644
--- a/lib/Crypto/SSHA.php
+++ b/lib/Crypto/SSHA.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * SSHA* hashing implementation.
+ * SSHA* hash implementation.
*
* @author Marcin Łojewski <dev@mlojewski.me>
*/
diff --git a/lib/Crypto/SSHA256.php b/lib/Crypto/SSHA256.php
index a01cdf9..40337bd 100644
--- a/lib/Crypto/SSHA256.php
+++ b/lib/Crypto/SSHA256.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * SSHA256 hashing implementation.
+ * SSHA256 hash implementation.
*
* @author Marcin Łojewski <dev@mlojewski.me>
*/
diff --git a/lib/Crypto/SSHA512.php b/lib/Crypto/SSHA512.php
index 78e66a1..508fe53 100644
--- a/lib/Crypto/SSHA512.php
+++ b/lib/Crypto/SSHA512.php
@@ -24,7 +24,7 @@ namespace OCA\UserSQL\Crypto;
use OCP\IL10N;
/**
- * SSHA512 hashing implementation.
+ * SSHA512 hash implementation.
*
* @author Marcin Łojewski <dev@mlojewski.me>
*/
diff --git a/lib/Crypto/WCF2.php b/lib/Crypto/WCF2.php
index 07b1484..498818a 100644
--- a/lib/Crypto/WCF2.php
+++ b/lib/Crypto/WCF2.php
@@ -22,7 +22,7 @@
namespace OCA\UserSQL\Crypto;
/**
- * WCF2 hashing implementation.
+ * WCF2 hash implementation.
*
* @author Marcin Łojewski <dev@mlojewski.me>
*/