Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: noraj/haiti

Tags

v1.2.0

Toggle v1.2.0's commit message
v1.2.0

- **Breaking changes**
  - Drop ruby 2.4 support
- Additions:
  - AxCrypt 1 [#47][#47]
  - AxCrypt 2 [#47][#47]
  - RAR5 [#49][#49]
  - RAR3 [#50][#50]
- Enhancements:
  - Add samples
    - Eggdrop IRC Bot [#48][#48]
    - DEScrypt [#48][#48]

[#47]:#47
[#48]:#48
[#49]:#49
[#50]:#50

v1.1.3

Toggle v1.1.3's commit message
v1.1.3

- Code:
  - add a `samples` attributes to `Chf`
- Additions:
  - argon2 [#45][#45]
- Enhancements:
  - BSDi Crypt [#30][#30]
  - MD5 [#31][#31]
  - sha1crypt [#40][#40]
  - PBKDF2-SHA1 [#41][#41]
  - PBKDF2-SHA256 [#42][#42]
  - PBKDF2-HMAC-SHA256 (PHP)
  - bitcoin [#43][#43]
  - PKZIP [#44][#44]
  - SHA-512
- Fixes:
  - CRC-32 [#28][#28]
  - Hashcat 3100 [#29][#29]
  - RIPEMD [#32][#32]
  - net-md5 [#33][#33]
  - PrestaShop [#34][#34]
  - mysql-sha1 [#35][#35]
  - MSSQL [#36][#36]
  - AuthMe [#37][#37]
  - Redmine [#38][#38]
  - Legacy hash types [#39][#39]
- Chore:
  - Add prototypes tests
- Documentation:
  - update examples

[#28]:#28
[#29]:#29
[#30]:#30
[#31]:#31
[#32]:#32
[#33]:#33
[#34]:#34
[#35]:#35
[#36]:#36
[#37]:#37
[#38]:#38
[#39]:#39
[#40]:#40
[#41]:#41
[#42]:#42
[#43]:#43
[#44]:#44
[#45]:#45

v1.1.2

Toggle v1.1.2's commit message
v1.1.2

- code: [#27][#27]
  - "office"
    - add JtR support for Microsoft Office 2007 & 2010
    - add JtR support for Microsoft Office 2019 (same as 2013)
    - add HC support for Microsoft Office 2016 - SheetProtection
  - "oldoffice"
    - add JtR support for Microsoft Office ≤ 2003 (SHA1+RC4)
  - Telegram
    - add JtR support for Telegram Desktop 1.3.9
    - add JtR support for Telegram Desktop ≥ 2.1.14 beta / 2.2.0
    - add HC support for Telegram Mobile App Passcode (SHA256)
  - Blake2
    - add JtR support for Blake2 hash using `$BLAKE2$` format
    - remove HC support for Blake2 hash using the normal format
  - PDF
    - add PDF 1.1 - 1.3 (Acrobat 2 - 4)
    - add PDF 1.1 - 1.3 (Acrobat 2 - 4), collider #1
    - add PDF 1.1 - 1.3 (Acrobat 2 - 4), collider #2
    - fix PDF 1.4 - 1.6 (Acrobat 5 - 8)
    - add PDF 1.7 Level 3 (Acrobat 9)
    - add PDF 1.7 Level 8 (Acrobat 10 - 11)
  - 7-zip
  - SecureZIP
    - SecureZIP AES-128
    - SecureZIP AES-192
    - SecureZIP AES-256
  - PKZIP
    - PKZIP Master Key
    - PKZIP Master Key (6 byte optimization)
    - PKZIP

[#27]:#27

v1.1.1

Toggle v1.1.1's commit message
V1.1.1

- code:
  - common algorithms are sorted first
  - add some BLAKE2 length variants
  - add some Kerberos variants
  - add some cryptocurrency wallets (bitcoin, ethereum, monero)
  - add Android Backup
  - add WinZip
  - add iTunes backup

v1.1.0

Toggle v1.1.0's commit message
v1.1.0

- code:
  - new extended (with salts) hash types support for JtR [#17][#17]
  - add Hashcat hashes
    - SHA-224
  - add John hashes [#17][#17]
    - RIPEMD-XXX
    - HAVAL-XXX
    - PANAMA
    - SKEIN-XXX
    - SHA3_XXX
    - KECCAK_XXX
- dependencies:
  - update
  - more tolerant about the ruby version required
  - ruby 3.0 support
- doc: update
- CI: add GitHub action

v1.0.1

Toggle v1.0.1's commit message
v1.0.1

- bin: code simplification & lint
- test: code lint
- repo: From from [Orange-Cyberdefense/rabid](https://github.com/Orange-Cyberdefense/rabid) to [noraj/rabid](https://github.com/noraj/rabid/)
- dependencies: update
- rubocop: new rules for new cops
- deprecation: now requires ruby 2.7+ instead of 2.4+

v1.0.0

Toggle v1.0.0's commit message
v1.0.0

- lib: Fix a file loading path of prototypes
- doc: Fix gem name
- bin: remove useless haiti_setup

v0.0.1

Toggle v0.0.1's commit message
Initial version