Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial release #1

Merged
merged 2 commits into from
Feb 5, 2025
Merged

Initial release #1

merged 2 commits into from
Feb 5, 2025

Conversation

wneessen
Copy link
Owner

@wneessen wneessen commented Feb 5, 2025

No description provided.

This commit initializes the project with essential files. It includes the MIT license, a `.gitignore` file, a `go.mod` file for module management, and a basic `.golangci.toml` configuration for linting. Additionally, it introduces the `iocryptor` package structure.
Added main commands for encryption and decryption with AES-256-CTR and Argon2ID key derivation. Implemented support for HMAC authentication, stream reader/writer for hashing, and detailed documentation.
@wneessen wneessen merged commit 8ddcc45 into main Feb 5, 2025
@wneessen wneessen deleted the initial-release branch February 5, 2025 17:17
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.

1 participant