✨ bifid en/decode
✨ bruteforce_base_xx method
✨ cetacean encode/decode
✨ contact method
✨ crypto extras generate_rsa_keypair
✨ decode_zero_width
✨ encode_us_ascii_7_bit
✨ extract_zero_with_chars
✨ find_continuous_patterns
✨ find_longest_continious_pattern
✨ from/to base36
✨ from/to twin hex
✨ helper functions
✨ huffman encode/decode
✨ jwt_token_genereate_embedded_jwk
✨ jwt_token_none_alg generator
✨ long_bytes and bytes_to_long
✨ ls_47 encryption/decryption
✨ lz4_compress/decompress
✨ new ml plugin
✨ password hashing for various algos
✨ pretty exception handling
✨ rabbit encryption
✨ random_case method
✨ rot_47_bruteforce
✨ rot_8000
✨ rsa_private_pem_to_jwk
✨ rsa_public_key_from_jwk
✨ show warnings when cli is unpredictable
✨ shuffle
✨ stringify method that uses json.dumps
✨ to/from bacon
✨ to/from letter_number_code
✨ to/from messagepack
✨ to/from pickle
✨ to/from upside down
✨ windings encode/decode
✨ zip compress
✨ zip compress symlink
➕ deps added/updated
🎨 small changes
🐙 add numbers, dots and dash to nato
🐙 helper functions
🐙 plugins updated
🐙 rsa_enc/dec/sign/verify support for both PEM file and str
🐙 rsa_enc/dec/sign/verify support for PKCS and OEAP
🐙 show warning on cli when output may be unexpected
🐙 some new helper code
🐙 update mappings for upside down chars
🐙 xor_bruteforce check for crib
🐛 fix some bugs
💚 build steps added/updated
📔 docs added/updated
🔥 moved to python 3.10
🔥 rename extract_zero_with_chars
🔥 rename hex_to_binary to hex_to_bytes
🔥 renaming of various from from encode/decode to to/from
🔥 update rot_47 and rename argument
🔧 fix 27
🔧 misc fixes
🧪 tests added/updated
🚀 added more special chars to morse
🚀 loop methods updated on core
🚀 return bytes instead of str in o/out
🚀 update aes ctr enc/dec
🚀 update dict_get_items to return all items if keys are not specified
🚀 update to_url_encoding to encode regular chars also
🚀 update to/from binary completely with byte length
🚀 update vigener encode and decode
🚀 update xor to handle decimal keys and bytearrays
🚀 updated swap_endianness to reflect cyberchef