

Resource Pack Apex's Secret Sharing
This resource pack implements an original system for creating secret messages that can only be read by players who have it installed. This is achieved by assigning small images to randomly selected Unicode characters.
How it Works
The system is based on a simple but effective idea: hidden messages become visible due to unique glyphs replacing standard characters. For all other players, the text will appear as a set of incomprehensible symbols or remain completely unreadable.
Important Features
It's important to note that this resource pack was created as a conceptual demonstration of hidden information transmission capabilities. The system does not provide cryptographic protection - if someone has access to the resource pack, decrypting messages is quite simple.
Set System
The concept of separate glyph sets has been implemented. Each set is independent and incompatible with others, which is a conscious technical solution. Be sure to check that only one specific set is activated and that you're working with it.
Practical Application
After installation, no visible changes occur at first glance - the system only activates when sending pre-prepared messages. To create such messages, use the built-in HTML converter that transforms regular text into an encrypted version. After conversion, simply copy the result and paste it into the game chat.