Version v0.2.85 - readme.md

This commit is contained in:
2025-08-26 15:54:25 -04:00
parent fe2eb40ead
commit 5498a2321e

View File

@@ -3,7 +3,7 @@
## Introduction
A secure one-time pad (OTP) cipher implementation in C with automatic versioning system.
A secure one-time pad (OTP) cipher implementation in C.
## Why One-Time Pads
@@ -54,15 +54,6 @@ One-time pads can be trivially encrypted and decrypted using pencil and paper, m
- **Multiple Build Options**: Standard and static linking builds
- **Cross-Platform**: Works on Linux and other UNIX-like systems
## Version Information
This project uses an automatic versioning system that:
- Automatically increments the patch version on each build
- Embeds build timestamp, git commit hash, and branch information
- Creates git tags for version tracking
- Generates version header files with detailed build metadata
Current version can be viewed with: `./otp --help` or by running the interactive mode.
## Building
@@ -72,7 +63,7 @@ Current version can be viewed with: `./otp --help` or by running the interactive
- Git (for version tracking)
- Make
**Note: OpenSSL is no longer required! This implementation is now completely self-contained.**
### Build Commands