Commit graph

14 commits

Author SHA1 Message Date
snider
bdef246a87 docs: add examples for checksum algorithms, hashing, PGP operations, and .trix container format 2026-01-13 16:10:30 +00:00
google-labs-jules[bot]
032c8fae93 docs: Add Go project badges to README
Adds a standard set of Go project badges to the `README.md` file.

- Go Report Card
- GoDoc
- Build Status
- License
- Latest Release
2025-11-13 20:31:44 +00:00
google-labs-jules[bot]
91e7268143 docs: Remove references to Core framework
Removes references to the "Core framework" from the README.md to align the documentation with the project's current state.
2025-11-13 19:15:27 +00:00
Snider
4292d56caa feat: add MkDocs documentation site and update README with usage instructions 2025-11-04 11:27:35 +00:00
Snider
c5de11834d feat: add trix command-line tool for encoding, decoding, and hashing files 2025-11-03 04:05:32 +00:00
Snider
b13694bcc2
Add Codecov badge to README
Added Codecov badge to README for coverage tracking.
2025-11-02 22:14:04 +00:00
google-labs-jules[bot]
c1434a45ce feat: Port crypt library from Core
This commit ports the crypt library from the Core repository to the Enchantrix repository. It includes the following changes:

- The project is now a Go module.
- The `lthn` and `crypt` packages have been ported from the Core repository.
- The PGP functionality has been commented out pending resolution of dependency issues.
- The old Deno project has been moved to the `vault` directory.
- The README has been updated to reflect the new project structure.
2025-10-30 17:11:31 +00:00
Snider
b268768c36 Switching machines, ffmpeg + readable byte stream 2022-01-24 07:43:24 +00:00
Snider
243fb46fc3 42 2022-01-23 21:49:14 +00:00
Snider
346a11f490 fmt 2022-01-23 20:39:04 +00:00
Snider
35e2ad4e9e Clean up 2022-01-23 18:51:44 +00:00
00654de72e
Adds a ' ' > '' converstion; Fixed bug from writing the function on github.com in a markdown editor :) 2022-01-23 14:34:53 +00:00
fe331cc735
Reproducible salts from input without prior knowledge
const salt = new EnchantrixSaltQuasiEntropy('Snider').salty()
2022-01-23 14:24:05 +00:00
Snider
94b0fa9a34
Initial commit 2022-01-23 13:07:06 +00:00