Implemeted table for alternate base64

Implemented alternate base64 table, removed replacement code in modules.
Fixed: whitespace/indent issues
Fixed: unsigned to signed implicit typecasts
Added new algorithm information to readme.txt and changes.txt
This commit is contained in:
vlo
2019-05-09 08:51:21 +02:00
parent 14dd1aaaeb
commit 23c3e723f7
7 changed files with 97 additions and 144 deletions
+3
View File
@@ -27,6 +27,9 @@
- Added hash-mode: sha1($salt1.$pass.$salt2)
- Added hash-mode: Ruby on Rails Restful-Authentication
- Added hash-mode: DiskCryptor
- Added hash-mode: Python passlib pbkdf2-sha1
- Added hash-mode: Python passlib pbkdf2-sha256
- Added hash-mode: Python passlib pbkdf2-sha512
##
## Bugs