libircclient is a small but powerful library, which implements client-server IRC protocol. It has all features needed to create your own IRC client or bot, including multi-threading support, sync and async interfaces, CTCP/DCC support, colors, SSL connections and so on.
Crypt encryption and decryption is based on ASCII Table Shift.
Crypt is the developed based on the ASCII Table shift and it can customized based on the user requirements, right from the shifting order and the level of encryption or decryption. It can be integrated to any of the programming language with the custom build of the source code. It can secure from text file to binarycode.
...It has been natively designed for an ATTINY45 Chip but can be adapted to other chips too. This is a hardware / HAM Radio application.
How to install: Download the binary package, flash main.hex file into Flash memory and main.eep into EEPROM using AVRdude.
For more details and documentation please retrieve the latest complete source code from the SVN repository.
Suggestions, feature requests and questions are appreciated!