Skip to content

7.3.0

Latest
Compare
Choose a tag to compare
@securisec securisec released this 21 Dec 14:52
· 2 commits to master since this release

✨ pgp encrypt/decrypt with passphrase
✨ search_dir
✨ split_and_count method
✨ strip_non_printable method
✨ use CHEPY_PLUGINS envar to enable or disable plugins
✨ walk_dir
➕ deps added/updated
🐙 improve CHEPY_PLUGINS env handling
🐙 minor changes
🐙 revert deps back for openssl
🐙 select method not supports a pattern to find the starting offset
🐙 to_int to handle bytes
🐙 update deps for plugins
🐙 update docs to reflect new changes to from_base65. References #35
🐙 update find_replace to use byte pattern
🐙 update pkcs12 parsing
🐙 update python version
🐙 xpath_selector takes optional index to return one value
🔧 fix decimal xor
🔧 update python version
🤖 types added/updated
🧪 tests added/updated