OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.
Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
Learn More
FusionAuth: Authentication and User Management Software
Offer your users flexible authentication options, including passwords, passwordless, single sign-on (SSO), and multi-factor authentication (MFA).
FusionAuth adds login, registration, SSO, MFA, and a bazillion other features to your app in days - not months.
Open-source code that enables you to use Serpent in CBC mode
Serpent_in_CBC_mode_for_microcontrollers is an open-source code that enables you to easily integrate the Serpent encryption algorithm in CBC mode to your project.
Based on the work of https://github.com/peterferrie/serpent
GitHub Page: https://github.com/Northstrix/Serpent_in_CBC_mode_for_microcontrollers
Simple, fast implementation of LZW (Lempel–Ziv–Welch) data compression algorithm in C.
- Console encoder/decoder tools
- OS independent
- Could be used in embedded projects
- Works with raw code-stream
LZW features:
- Hardcoded dictionary size
- Variable code size
- Code search is performed by hash table and embedded in dictionary linked lists (encoder)
- No dynamic memory allocation