Move 198xx DiskCryptor to 200xx to not collide with Kerberos 5, etype 17, Pre-Auth

This commit is contained in:
jsteube
2019-04-20 19:41:37 +02:00
parent 17ab30b29f
commit b9aaaf7809
20 changed files with 120 additions and 109 deletions
+2
View File
@@ -21,6 +21,8 @@
- Added hash-mode: QNX /etc/shadow (SHA512)
- Added hash-mode: Kerberos 5 TGS-REP etype 17 (AES128-CTS-HMAC-SHA1-96)
- Added hash-mode: Kerberos 5 TGS-REP etype 18 (AES256-CTS-HMAC-SHA1-96)
- Added hash-mode: Kerberos 5 Pre-Auth etype 17 (AES128-CTS-HMAC-SHA1-96)
- Added hash-mode: Kerberos 5 Pre-Auth etype 18 (AES256-CTS-HMAC-SHA1-96)
- Added hash-mode: sha1(md5(md5($pass)))
- Added hash-mode: sha1($salt1.$pass.$salt2)
- Added hash-mode: Ruby on Rails Restful-Authentication