Added
- Initial implementation of `ascii_chiper`.
- Support for encrypting and decrypting strings, integers, and dictionaries.
- Multiple encryption techniques including swapping, XOR shifting, interleaving, rotation, XOR base, XOR addition, and interleaving with key.
- Pre-configured encryption configurations for quick use.
- Custom encryption configuration support.
- Examples demonstrating various use cases of the module.
- Detailed README with usage instructions, encryption methods, and configurations.
- MIT License and Personal Thoughts section in the README.
Changed
Fixed
Removed