Izai Alejandro Zalles Merino fa20a7a404 Add Base91 encoding and decoding operations
- Implement Base91 algorithm using 91 printable ASCII characters
- Add ToBase91 operation for encoding data to Base91
- Add FromBase91 operation for decoding Base91 strings
- Base91 provides ~23% better space efficiency than Base64
- Support for Unicode text, emojis, and binary data
- Full round-trip encoding/decoding compatibility
- Integration with CyberChef operation system
2025-09-24 08:46:20 -04:00
..
2019-01-04 16:31:06 +00:00