Skip to content

Conversation

ialejandrozalles
Copy link

  • 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

@CLAassistant
Copy link

CLAassistant commented Sep 17, 2025

CLA assistant check
All committers have signed the CLA.

@ialejandrozalles ialejandrozalles force-pushed the feature/add-base91-operations branch from ab9fd34 to 7d4160b Compare September 24, 2025 12:42
- 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
@ialejandrozalles ialejandrozalles force-pushed the feature/add-base91-operations branch from 7d4160b to fa20a7a Compare September 24, 2025 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants