Skip to content

Releases: securisec/chepy

7.1.0

11 Jun 01:17
Compare
Choose a tag to compare

✨ increment/decrement bytes
✨ parse_csv
✨ parse_sqlite
✨ print method in core to print state
🤖 types added/updated
🐙 optional encoding flag for load_file

7.0.0

26 Apr 02:28
Compare
Choose a tag to compare

✨ bit_shift_right/left
✨ moving to python 3.12
✨ railfence encode/decode
✨ to/from base45
✨ to/from base92
➕ deps added/updated
🐙 add support for ecb/cbc/nopadding for aes and 3des
🐙 automatically remove whitespace for base32/64
🐙 from_hex default joinby changed
🐙 plugins updated
💚 build steps added/updated
📔 docs added/updated
🔥 deprecate cli_edit_state due to outdated deps
🔥 remove str_bit_shift_right
🔧 fix tests
🔧 fixes #34
🔧 fixes #33
🔧 fixes #32
🤖 types added/updated
🧪 tests added/updated

6.7.0

19 Mar 04:10
Compare
Choose a tag to compare

🧪 tests added/updated
🔧 fix #32 python version
🐙 update to_html_entity to reflect cyberchef. closes #33
🐙 plugin updates
🐙 pin to version 3.10

6.6.1

16 Mar 15:27
Compare
Choose a tag to compare

Pinning to python version 3.10.x as that is what is currently supported until next major release.

6.6.0

29 Feb 02:29
Compare
Choose a tag to compare

✨ addition method
✨ get/set_register methods
✨ register method
✨ substitution method
✨ to/from_quoted_printable
✨ to/from_rison
➕ deps added/updated
🐙 add _log to core
🐙 improve unicode decode/encode
🐙 merge argument in for_each
🐙 regex_search works with bytes also
🐙 update add and subtract to align to cyberchef
📔 docs added/updated
🔥 rename substituion to sub
🤖 types added/updated
🧪 tests added/updated

6.5.0

20 Jan 03:57
Compare
Choose a tag to compare

✨ drop_bytes method
✨ lz77 compress/decompress
✨ new helpers
✨ split_chunks
✨ to/from_lz77
✨ to/from_uuencode
🎨 minor changes
🐙 improve automatic delimiter detector
🐙 plugin updates
🤖 types added/updated
🧪 tests added/updated

6.4.0

31 Oct 02:40
Compare
Choose a tag to compare

✨ flatten method
✨ get_by_key updated to allow nested values
✨ move xpath and css extractors to core
✨ new helper core methods
✨ new helpers
✨ to/fom_utf21
🐙 allow raw key and iv for en/decryption methods
🐙 pinned pyOpenSSL due to breaking changes
🐙 plugins updated
🔥 removed join_list
✨ search_list method
🧪 tests added/updated
💚 build steps added/updated
➕ deps added/updated
📔 docs added/updated
🤖 types added/updated

6.3.0

08 Oct 21:43
Compare
Choose a tag to compare

✨ cut method
🐙 minor changes
🐙 plugins updated
🧪 tests added/updated
✨ to/from_base62
🐙 update search method for better matches

6.2.0

25 Sep 16:08
Compare
Choose a tag to compare

✨ rotate right and left
🧪 tests added/updated
✨ to/from_base
✨ version 6.2.0

6.1.0

14 Sep 00:58
Compare
Choose a tag to compare

✨ automatically detect delimiter
✨ callback method for user supplied functions
✨ fernet encrypt/decrypt
✨ unicode_escape
➕ deps added/updated
🐙 diff return only changes
🤖 types added/updated
🧪 tests added/updated