Update CHANGES
[hashcat.git] / docs / changes.txt
index 0432588..7506b68 100644 (file)
@@ -19,6 +19,19 @@ File.: Kernel
 Desc.: Added new hash mode -m 13100 = Kerberos 5 TGS-REP etype 23
 Issue: 81
 
+Type.: Feature
+File.: Kernel
+Desc.: Added new hash mode -m 13200 = AxCrypt
+
+Type.: Feature
+File.: Kernel
+Desc.: Added new hash mode -m 13300 = AxCrypt in memory SHA1
+
+Type.: Feature
+File.: Kernel
+Desc.: Added new hash mode -m 13400 = Keepass 1 (AES/Twofish) and Keepass 2 (AES)
+Issue: 92
+
 Type.: Feature
 File.: Kernel
 Desc.: Extended support from 14 to 255 functions calls per rule on GPU
@@ -122,6 +135,11 @@ Type.: Change
 File.: Host
 Desc.: Stick to older libOpenCL to avoid errors like this: version `OPENCL_2.0' not found
 
+Type.: Change
+File.: Host
+Desc.: Use a fixed path for the potfile rather than session depending
+Issue: 99
+
 Type.: Bug
 File.: Host
 Desc.: Fixed a bug in combination of --restore and a user immediately aborting the session after restart
@@ -143,6 +161,38 @@ Type.: Bug
 File.: Host
 Desc.: Fixed a bug in line counter: Conditional jump or move depends on uninitialised value
 
+Type.: Bug
+File.: Host
+Desc.: Fixed some checks in the parser of -m 111 = nsldaps, SSHA-1(Base64), Netscape LDAP SSHA
+
+Type.: Bug
+File.: Host
+Desc.: Fixed some checks in the parser of -m 500 = md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS MD5
+
+Type.: Bug
+File.: Host
+Desc.: Fixed some checks in the parser of -m 1711 = SSHA-512(Base64), LDAP {SSHA512}
+
+Type.: Bug
+File.: Host
+Desc.: Fixed some checks in the parser of -m 5300 = IKE-PSK MD5 and -m 5400 = IKE-PSK SHA1
+
+Type.: Bug
+File.: Host
+Desc.: Fixed some checks in the parser of -m 5500 = NetNTLMv1
+
+Type.: Bug
+File.: Host
+Desc.: Fixed some checks in the parser of -m 5600 = NetNTLMv2
+
+Type.: Bug
+File.: Host
+Desc.: Fixed some checks in the parser of -m 8900 = scrypt
+
+Type.: Bug
+File.: Host
+Desc.: Fixed some checks in the parser of -m 10200 = Cram MD5
+
 * changes v2.00 -> v2.01:
 
 Type.: Bug