Releases: securisec/chepy
7.2.0
✨ aws_account_id_from_access_key
✨ dump_json to dump state as string
✨ expand_alpha_range
✨ pick method
✨ prefix/suffix method to add data to state
✨ without method
➕ deps added/updated
🐙 bring back dict_get_items
🐙 get_by_index supports multiple indexes
🐙 get_by_key supports multiple keys
🐙 get_by_key to support py syntax also
🐙 improve get_by_key to handle *
🐙 rot_13 updated to support cyberchef implementation
💚 build steps added/updated
🔥 full refactor of get_by_key to use json query
🔥 to/from_base64 updated to align to cyberchef
🔧 fix pytest warnings on regex strings
🤖 types added/updated
🧪 tests added/updated
7.1.0
7.0.0
✨ 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
6.6.1
6.6.0
✨ 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
6.4.0
✨ 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