]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/interfaces/crypto/class_Cryptable.php
Typos fixed and special command resolver are now possible
[shipsimu.git] / inc / classes / interfaces / crypto / class_Cryptable.php
index 8126c29fb9099c746f8846bb512fb6793f5ae3a1..9bb607587d9ee0b9e212714f0cab056ce885a3f4 100644 (file)
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface Cryptable extends FrameworkInterface {
        /**
         * Hashes a string with salt and returns the hash. If an old previous hash
         * is supplied the method will use the first X chars of that hash for hashing
-        * the password. This is useful if you want to check if the password is
-        * identical for authorization purposes.
+        * the password. This is useful if you want to check if password is identical
+        * for authorization purposes.
         *
         * @param       $str            Unhashed string
         * @param       $oldHash        A hash from previous hashed string